str_constants    1080 ext/reflection/php_reflection.c 		string str_constants;
str_constants    1083 ext/reflection/php_reflection.c 		string_init(&str_constants);
str_constants    1084 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(zend_constants), (apply_func_args_t) _extension_const_string, 4, &str_constants, indent, module, &num_constants);
str_constants    1087 ext/reflection/php_reflection.c 			string_append(str, &str_constants);
str_constants    1090 ext/reflection/php_reflection.c 		string_free(&str_constants);