Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_compile.c2486 char *lc_parent_class_name; in do_inherit_parent_constructor() local
2490 lc_parent_class_name = zend_str_tolower_dup(ce->parent->name, ce->parent->name_length); in do_inherit_parent_constructor()
2491 if (!zend_hash_exists(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1) && in do_inherit_parent_constructor()
2492 …zend_hash_find(&ce->parent->function_table, lc_parent_class_name, ce->parent->name_length+1, (void… in do_inherit_parent_constructor()
2495 …zend_hash_update(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1, function, s… in do_inherit_parent_constructor()
2499 efree(lc_parent_class_name); in do_inherit_parent_constructor()

Completed in 16 milliseconds