Home
last modified time | relevance | path

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

/PHP-8.0/ext/reflection/
H A Dphp_reflection.c478 smart_str prop_str = {0}; in _class_string() local
486 _property_string(&prop_str, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent)); in _class_string()
493 smart_str_append_smart_str(str, &prop_str); in _class_string()
495 smart_str_free(&prop_str); in _class_string()

Completed in 21 milliseconds