Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c3193 zend_string *arg2_str = NULL; in instantiate_reflection_method() local
3210 Z_PARAM_STR_OR_NULL(arg2_str) in instantiate_reflection_method()
3219 if (!arg2_str) { in instantiate_reflection_method()
3226 method_name = ZSTR_VAL(arg2_str); in instantiate_reflection_method()
3227 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()
3228 } else if (arg2_str) { in instantiate_reflection_method()
3230 method_name = ZSTR_VAL(arg2_str); in instantiate_reflection_method()
3231 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()

Completed in 29 milliseconds