Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1070 smart_str str_classes = {0}; in _extension_string() local
1076 _extension_class_string(ce, key, &str_classes, ZSTR_VAL(sub_indent), module, &num_classes); in _extension_string()
1080 smart_str_append_smart_str(str, &str_classes); in _extension_string()
1083 smart_str_free(&str_classes); in _extension_string()

Completed in 24 milliseconds