Home
last modified time | relevance | path

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

/php-src/ext/reflection/
H A Dphp_reflection.c300 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, char*…
419 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent)); in _class_string()
467 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent)); in _class_string()
484 _property_string(&prop_str, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent)); in _class_string()
925 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, char*… in _property_string() function
5628 _property_string(&str, ref->prop, ZSTR_VAL(ref->unmangled_name), ""); in ZEND_METHOD()

Completed in 26 milliseconds