Searched refs:_property_string (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/reflection/ |
H A D | php_reflection.c | 306 static void _property_string(smart_str *str, zend_property_info *prop, const char *prop_name, const… 425 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent)); in _class_string() 473 _property_string(str, prop, NULL, ZSTR_VAL(sub_indent)); in _class_string() 490 _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, const… in _property_string() function 5656 _property_string(&str, ref->prop, ZSTR_VAL(ref->unmangled_name), ""); in ZEND_METHOD()
|
Completed in 23 milliseconds