Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_object_handlers.c986 char *lc_class_name, *lc_function_name = NULL; in zend_std_get_static_method() local
988 lc_function_name = zend_str_tolower_dup(function_name_strval, function_name_strlen); in zend_std_get_static_method()
995 …if (!memcmp(lc_class_name, lc_function_name, function_name_strlen) && memcmp(ce->constructor->comm… in zend_std_get_static_method()
1000 …if (!fbc && zend_hash_find(&ce->function_table, lc_function_name, function_name_strlen+1, (void **… in zend_std_get_static_method()
1001 efree(lc_function_name); in zend_std_get_static_method()
1014 efree(lc_function_name); in zend_std_get_static_method()

Completed in 7 milliseconds