Searched refs:parent_info (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_inheritance.c | 1272 child_info->ce, child_info->type, parent_info->ce, parent_info->type); in full_property_types_compatible() 1275 parent_info->ce, parent_info->type, child_info->ce, child_info->type); in full_property_types_compatible() 1313 const zend_property_info *parent_info, in verify_property_type_compatibility() argument 1327 ZEND_ASSERT(parent_info->hooks); in verify_property_type_compatibility() 1350 zend_property_info *parent_info, in inherit_property_hook() argument 1354 zend_function *parent = parent_info->hooks ? parent_info->hooks[kind] : NULL; in inherit_property_hook() 1439 child_info->prototype = parent_info; in do_inherit_property() 1459 …&& !(parent_info->hooks && (parent_info->flags & ZEND_ACC_VIRTUAL) && !parent_info->hooks[ZEND_PRO… in do_inherit_property() 1472 zend_asymmetric_visibility_string(parent_info->flags), ZSTR_VAL(parent_info->ce->name), in do_inherit_property() 1513 ZSTR_VAL(parent_info->ce->name)); in do_inherit_property() [all …]
|
H A D | zend_object_handlers.c | 669 const zend_property_info *parent_info = EX(func)->common.prop_info; in zend_is_in_hook() local 670 ZEND_ASSERT(prop_info->prototype && parent_info->prototype); in zend_is_in_hook() 671 return prop_info->prototype == parent_info->prototype; in zend_is_in_hook()
|
Completed in 18 milliseconds