Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c827 unsigned int lc_name_len; in _function_string() local
851 lc_name_len = strlen(fptr->common.function_name); in _function_string()
852 lc_name = zend_str_tolower_dup(fptr->common.function_name, lc_name_len); in _function_string()
853 …if (zend_hash_find(&fptr->common.scope->parent->function_table, lc_name, lc_name_len + 1, (void**)… in _function_string()

Completed in 17 milliseconds