Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c290 static void _class_const_string(smart_str *str, char *name, zend_class_constant *c, char* indent);
374 _class_const_string(str, ZSTR_VAL(key), c, ZSTR_VAL(sub_indent)); in _class_string()
546 static void _class_const_string(smart_str *str, char *name, zend_class_constant *c, char *indent) in _class_const_string() function
3559 _class_const_string(&str, Z_STRVAL(name), ref, ""); in ZEND_METHOD()

Completed in 28 milliseconds