Searched refs:lc_name_len (Results 1 – 1 of 1) sorted by relevance
865 unsigned int lc_name_len; in _function_string() local889 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 17 milliseconds