Searched refs:_property_string (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/reflection/ |
H A D | php_reflection.c | 370 static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent T… 502 _property_string(str, prop, NULL, sub_indent.string TSRMLS_CC); in _class_string() 566 _property_string(str, prop, NULL, sub_indent.string TSRMLS_CC); in _class_string() 595 _property_string(&dyn, NULL, prop_name, sub_indent.string TSRMLS_CC); in _class_string() 964 static void _property_string(string *str, zend_property_info *prop, char *prop_name, char* indent T… in _property_string() function 4958 _property_string(&str, &ref->prop, NULL, "" TSRMLS_CC); in ZEND_METHOD()
|
Completed in 18 milliseconds