Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c486 smart_str method_str = {0}; in _class_string() local
502 smart_str_appendc(&method_str, '\n'); in _class_string()
503 _function_string(&method_str, mptr, ce, ZSTR_VAL(sub_indent)); in _class_string()
509 smart_str_append_smart_str(str, &method_str); in _class_string()
513 smart_str_free(&method_str); in _class_string()

Completed in 20 milliseconds