Searched refs:arg2_str (Results 1 – 1 of 1) sorted by relevance
3162 zend_string *arg2_str = NULL; in instantiate_reflection_method() local3187 Z_PARAM_STR_OR_NULL(arg2_str) in instantiate_reflection_method()3196 if (!arg2_str) { in instantiate_reflection_method()3203 method_name = ZSTR_VAL(arg2_str); in instantiate_reflection_method()3204 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()3205 } else if (arg2_str) { in instantiate_reflection_method()3207 method_name = ZSTR_VAL(arg2_str); in instantiate_reflection_method()3208 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()
Completed in 21 milliseconds