Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1027 smart_str str_classes = {0}; in _extension_string() local
1033 _extension_class_string(ce, key, &str_classes, ZSTR_VAL(sub_indent), module, &num_classes); in _extension_string()
1037 smart_str_append_smart_str(str, &str_classes); in _extension_string()
1040 smart_str_free(&str_classes); in _extension_string()

Completed in 22 milliseconds