Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c3199 size_t method_name_len; in instantiate_reflection_method() local
3227 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()
3231 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()
3245 method_name_len = ZSTR_LEN(arg1_str) - tmp_len - 2; in instantiate_reflection_method()
3268 lcname = zend_str_tolower_dup(method_name, method_name_len); in instantiate_reflection_method()
3270 if (ce == zend_ce_closure && orig_obj && (method_name_len == sizeof(ZEND_INVOKE_FUNC_NAME)-1) in instantiate_reflection_method()
3275 } else if ((mptr = zend_hash_str_find_ptr(&ce->function_table, lcname, method_name_len)) == NULL) { in instantiate_reflection_method()

Completed in 28 milliseconds