Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c289 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, char*…
405 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent), 0); in _class_string()
453 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent), 0); in _class_string()
470 _property_string(&prop_str, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent), 0); in _class_string()
839 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, char*… in _property_string() function
5377 _property_string(&str, &ref->prop, ZSTR_VAL(ref->unmangled_name), "", ref->dynamic); in ZEND_METHOD()

Completed in 20 milliseconds