Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.c1975 const char *lc_class_name = NULL; in zend_register_functions() local
1992 if ((lc_class_name = zend_memrchr(scope->name, '\\', class_name_len))) { in zend_register_functions()
1993 ++lc_class_name; in zend_register_functions()
1994 class_name_len -= (lc_class_name - scope->name); in zend_register_functions()
1995 lc_class_name = zend_str_tolower_dup(lc_class_name, class_name_len); in zend_register_functions()
1997 lc_class_name = zend_str_tolower_dup(scope->name, class_name_len); in zend_register_functions()
2060 efree((char*)lc_class_name); in zend_register_functions()
2066 efree((char*)lc_class_name); in zend_register_functions()
2090 …if ((fname_len == class_name_len) && !ctor && !memcmp(lowercase_name, lc_class_name, class_name_le… in zend_register_functions()
2128 efree((char*)lc_class_name); in zend_register_functions()
[all …]
H A Dzend_object_handlers.c1150 char *lc_class_name, *lc_function_name = NULL; in zend_std_get_static_method() local
1165 lc_class_name = zend_str_tolower_dup(ce->name, ce->name_length); in zend_std_get_static_method()
1169 …if (!memcmp(lc_class_name, lc_function_name, function_name_strlen) && memcmp(ce->constructor->comm… in zend_std_get_static_method()
1172 efree(lc_class_name); in zend_std_get_static_method()
H A Dzend_compile.c2873 char *lc_class_name; in do_inherit_parent_constructor() local
2876 lc_class_name = zend_str_tolower_dup(ce->name, ce->name_length); in do_inherit_parent_constructor()
2877 if (!zend_hash_exists(&ce->function_table, lc_class_name, ce->name_length+1)) { in do_inherit_parent_constructor()
2889 efree(lc_class_name); in do_inherit_parent_constructor()

Completed in 40 milliseconds