Searched refs:lc_parent_class_name (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/Zend/ |
H A D | zend_compile.c | 2874 char *lc_parent_class_name; in do_inherit_parent_constructor() local 2878 lc_parent_class_name = zend_str_tolower_dup(ce->parent->name, ce->parent->name_length); in do_inherit_parent_constructor() 2879 if (!zend_hash_exists(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1) && in do_inherit_parent_constructor() 2880 …zend_hash_find(&ce->parent->function_table, lc_parent_class_name, ce->parent->name_length+1, (void… in do_inherit_parent_constructor() 2883 …zend_hash_update(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1, function, s… in do_inherit_parent_constructor() 2887 efree(lc_parent_class_name); in do_inherit_parent_constructor()
|
Completed in 25 milliseconds