Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/
H A Dphp_reflection.c301 static void _class_const_string(smart_str *str, char *name, zend_class_constant *c, char* indent);
388 _class_const_string(str, ZSTR_VAL(key), c, ZSTR_VAL(sub_indent)); in _class_string()
560 static void _class_const_string(smart_str *str, char *name, zend_class_constant *c, char *indent) in _class_const_string() function
3842 _class_const_string(&str, Z_STRVAL_P(name), ref, ""); in ZEND_METHOD()

Completed in 25 milliseconds