Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_inheritance.c1246 child_info->ce, child_info->type, parent_info->ce, parent_info->type); in property_types_compatible()
1248 parent_info->ce, parent_info->type, child_info->ce, child_info->type); in property_types_compatible()
1280 if (!(parent_info->flags & ZEND_ACC_PRIVATE)) { in do_inherit_property()
1283 …(parent_info->flags & ZEND_ACC_STATIC) ? "static " : "non static ", ZSTR_VAL(parent_info->ce->name… in do_inherit_property()
1290 ZSTR_VAL(parent_info->ce->name), ZSTR_VAL(key), in do_inherit_property()
1298 int parent_num = OBJ_PROP_TO_NUM(parent_info->offset); in do_inherit_property()
1305 child_info->offset = parent_info->offset; in do_inherit_property()
1308 if (UNEXPECTED(ZEND_TYPE_IS_SET(parent_info->type))) { in do_inherit_property()
1321 ZSTR_VAL(parent_info->ce->name)); in do_inherit_property()
3113 zend_property_info *parent_info; in zend_can_early_bind() local
[all …]

Completed in 18 milliseconds