Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_compile.c2703 if (parent_info->flags & (ZEND_ACC_PRIVATE|ZEND_ACC_SHADOW)) { in do_inherit_property_access_check()
2720 if ((parent_info->flags & ZEND_ACC_STATIC) != (child_info->flags & ZEND_ACC_STATIC)) { in do_inherit_property_access_check()
2722 …(parent_info->flags & ZEND_ACC_STATIC) ? "static " : "non static ", parent_ce->name, hash_key->arK… in do_inherit_property_access_check()
2727 if(parent_info->flags & ZEND_ACC_CHANGED) { in do_inherit_property_access_check()
2731 if ((child_info->flags & ZEND_ACC_PPP_MASK) > (parent_info->flags & ZEND_ACC_PPP_MASK)) { in do_inherit_property_access_check()
2732 … ce->name, hash_key->arKey, zend_visibility_string(parent_info->flags), parent_ce->name, (parent_i… in do_inherit_property_access_check()
2734 if (!(parent_info->flags & ZEND_ACC_IMPLICIT_PUBLIC)) { in do_inherit_property_access_check()
2738 …ash_quick_find(&parent_ce->default_properties, parent_info->name, parent_info->name_length+1, pare… in do_inherit_property_access_check()
2740 …sh_quick_del(&ce->default_properties, child_info->name, child_info->name_length+1, parent_info->h); in do_inherit_property_access_check()
2741 …end_hash_quick_update(&ce->default_properties, parent_info->name, parent_info->name_length+1, pare… in do_inherit_property_access_check()
[all …]

Completed in 19 milliseconds