Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_compile.c3499 zend_property_info *child_info; in do_inherit_property_access_check() local
3504 child_info->flags |= ZEND_ACC_CHANGED; in do_inherit_property_access_check()
3508 zend_duplicate_property_info_internal(child_info); in do_inherit_property_access_check()
3510 zend_duplicate_property_info(child_info); in do_inherit_property_access_check()
3512 child_info->flags &= ~ZEND_ACC_PRIVATE; /* it's not private anymore */ in do_inherit_property_access_check()
3513 child_info->flags |= ZEND_ACC_SHADOW; /* but it's a shadow of private */ in do_inherit_property_access_check()
3519 if ((parent_info->flags & ZEND_ACC_STATIC) != (child_info->flags & ZEND_ACC_STATIC)) { in do_inherit_property_access_check()
3527 child_info->flags |= ZEND_ACC_CHANGED; in do_inherit_property_access_check()
3532 } else if ((child_info->flags & ZEND_ACC_STATIC) == 0) { in do_inherit_property_access_check()
3535 ce->default_properties_table[child_info->offset] = NULL; in do_inherit_property_access_check()
[all …]

Completed in 20 milliseconds