str_constants    1131 ext/reflection/php_reflection.c 		string str_constants;
str_constants    1134 ext/reflection/php_reflection.c 		string_init(&str_constants);
str_constants    1135 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(zend_constants) TSRMLS_CC, (apply_func_args_t) _extension_const_string, 4, &str_constants, indent, module, &num_constants);
str_constants    1138 ext/reflection/php_reflection.c 			string_append(str, &str_constants);
str_constants    1141 ext/reflection/php_reflection.c 		string_free(&str_constants);