Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_API.c1810 char *lc_class_name = NULL; in zend_register_functions() local
1827 if ((lc_class_name = zend_memrchr(scope->name, '\\', class_name_len))) { in zend_register_functions()
1828 ++lc_class_name; in zend_register_functions()
1829 class_name_len -= (lc_class_name - scope->name); in zend_register_functions()
1830 lc_class_name = zend_str_tolower_dup(lc_class_name, class_name_len); in zend_register_functions()
1832 lc_class_name = zend_str_tolower_dup(scope->name, class_name_len); in zend_register_functions()
1887 efree(lc_class_name); in zend_register_functions()
1893 efree(lc_class_name); in zend_register_functions()
1912 …if ((fname_len == class_name_len) && !memcmp(lowercase_name, lc_class_name, class_name_len+1) && !… in zend_register_functions()
1950 efree(lc_class_name); in zend_register_functions()
[all …]
H A Dzend_object_handlers.c986 char *lc_class_name, *lc_function_name = NULL; in zend_std_get_static_method() local
991 lc_class_name = zend_str_tolower_dup(ce->name, ce->name_length); 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()
998 efree(lc_class_name); in zend_std_get_static_method()
H A Dzend_compile.c2485 char *lc_class_name; in do_inherit_parent_constructor() local
2488 lc_class_name = zend_str_tolower_dup(ce->name, ce->name_length); in do_inherit_parent_constructor()
2489 if (!zend_hash_exists(&ce->function_table, lc_class_name, ce->name_length+1)) { in do_inherit_parent_constructor()
2501 efree(lc_class_name); in do_inherit_parent_constructor()

Completed in 45 milliseconds