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.c3213 size_t method_name_len; in instantiate_reflection_method() local
3241 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()
3245 method_name_len = ZSTR_LEN(arg2_str); in instantiate_reflection_method()
3259 method_name_len = ZSTR_LEN(arg1_str) - tmp_len - 2; in instantiate_reflection_method()
3282 lcname = zend_str_tolower_dup(method_name, method_name_len); in instantiate_reflection_method()
3284 if (ce == zend_ce_closure && orig_obj && (method_name_len == sizeof(ZEND_INVOKE_FUNC_NAME)-1) in instantiate_reflection_method()
3289 } else if ((mptr = zend_hash_str_find_ptr(&ce->function_table, lcname, method_name_len)) == NULL) { in instantiate_reflection_method()

Completed in 24 milliseconds