Searched refs:_class_string (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.c | 315 static void _class_string(smart_str *str, zend_class_entry *ce, zval *obj, const char *indent); 320 static void _class_string(smart_str *str, zend_class_entry *ce, zval *obj, const char *indent) in _class_string() function 1033 _class_string(str, ce, NULL, indent); in _extension_class_string() 4380 _class_string(&str, ce, &intern->obj, ""); in ZEND_METHOD()
|
Completed in 24 milliseconds