Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c269 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, char*…
383 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent)); in _class_string()
430 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent)); in _class_string()
447 _property_string(&prop_str, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent)); in _class_string()
824 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, char*… in _property_string() function
5366 _property_string(&str, &ref->prop, ZSTR_VAL(ref->unmangled_name), ""); in ZEND_METHOD()

Completed in 19 milliseconds