Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c462 smart_str prop_str = {0}; in _class_string() local
470 _property_string(&prop_str, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent), 0); in _class_string()
477 smart_str_append_smart_str(str, &prop_str); in _class_string()
479 smart_str_free(&prop_str); in _class_string()

Completed in 26 milliseconds