Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c299 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, char*…
418 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent)); in _class_string()
466 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent)); in _class_string()
483 _property_string(&prop_str, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent)); in _class_string()
890 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, char*… in _property_string() function
5557 _property_string(&str, ref->prop, ZSTR_VAL(ref->unmangled_name), ""); in ZEND_METHOD()

Completed in 32 milliseconds