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.c3207 zend_string *arg2_str = NULL; in instantiate_reflection_method() local
3224 Z_PARAM_STR_OR_NULL(arg2_str) in instantiate_reflection_method()
3233 if (!arg2_str) { in instantiate_reflection_method()
3240 method_name = ZSTR_VAL(arg2_str); in instantiate_reflection_method()
3241 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()
3242 } else if (arg2_str) { in instantiate_reflection_method()
3244 method_name = ZSTR_VAL(arg2_str); in instantiate_reflection_method()
3245 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()

Completed in 19 milliseconds