Home
last modified time | relevance | path

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

/PHP-5.6/ext/reflection/
H A Dphp_reflection.c865 unsigned int lc_name_len; in _function_string() local
889 lc_name_len = strlen(fptr->common.function_name); in _function_string()
890 lc_name = zend_str_tolower_dup(fptr->common.function_name, lc_name_len); in _function_string()
891 …if (zend_hash_find(&fptr->common.scope->parent->function_table, lc_name, lc_name_len + 1, (void**)… in _function_string()

Completed in 20 milliseconds