Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c464 smart_str method_str = {0}; in _class_string() local
489 smart_str_appendc(&method_str, '\n'); in _class_string()
490 _function_string(&method_str, mptr, ce, ZSTR_VAL(sub_indent)); in _class_string()
497 smart_str_append_smart_str(str, &method_str); in _class_string()
501 smart_str_free(&method_str); in _class_string()

Completed in 49 milliseconds