Home
last modified time | relevance | path

Searched refs:str_classes (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/reflection/
H A Dphp_reflection.c1136 smart_str str_classes = {0}; in _extension_string() local
1142 _extension_class_string(ce, key, &str_classes, ZSTR_VAL(sub_indent), module, &num_classes); in _extension_string()
1146 smart_str_append_smart_str(str, &str_classes); in _extension_string()
1149 smart_str_free(&str_classes); in _extension_string()

Completed in 25 milliseconds