Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2038 const char *lc_class_name = NULL; in zend_register_functions() local
2055 if ((lc_class_name = zend_memrchr(scope->name, '\\', class_name_len))) { in zend_register_functions()
2056 ++lc_class_name; in zend_register_functions()
2057 class_name_len -= (lc_class_name - scope->name); in zend_register_functions()
2058 lc_class_name = zend_str_tolower_dup(lc_class_name, class_name_len); in zend_register_functions()
2060 lc_class_name = zend_str_tolower_dup(scope->name, class_name_len); in zend_register_functions()
2123 efree((char*)lc_class_name); in zend_register_functions()
2129 efree((char*)lc_class_name); in zend_register_functions()
2153 …if ((fname_len == class_name_len) && !ctor && !memcmp(lowercase_name, lc_class_name, class_name_le… in zend_register_functions()
2191 efree((char*)lc_class_name); in zend_register_functions()
[all …]
H A Dzend_object_handlers.c1156 char *lc_class_name, *lc_function_name = NULL; in zend_std_get_static_method() local
1171 lc_class_name = zend_str_tolower_dup(ce->name, ce->name_length); in zend_std_get_static_method()
1175 …if (!memcmp(lc_class_name, lc_function_name, function_name_strlen) && memcmp(ce->constructor->comm… in zend_std_get_static_method()
1178 efree(lc_class_name); in zend_std_get_static_method()
H A Dzend_compile.c3065 char *lc_class_name; in do_inherit_parent_constructor() local
3068 lc_class_name = zend_str_tolower_dup(ce->name, ce->name_length); in do_inherit_parent_constructor()
3069 if (!zend_hash_exists(&ce->function_table, lc_class_name, ce->name_length+1)) { in do_inherit_parent_constructor()
3081 efree(lc_class_name); in do_inherit_parent_constructor()

Completed in 42 milliseconds