Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_inheritance.c907 if (parent_info->type == child_info->type) { in property_types_compatible()
916 parent_name = ZEND_TYPE_IS_CE(parent_info->type) in property_types_compatible()
917 ? ZEND_TYPE_CE(parent_info->type)->name in property_types_compatible()
918 : resolve_class_name(parent_info->ce, ZEND_TYPE_NAME(parent_info->type)); in property_types_compatible()
928 ? ZEND_TYPE_CE(parent_info->type) in property_types_compatible()
929 : lookup_class(parent_info->ce, parent_name); in property_types_compatible()
962 if (!(parent_info->flags & ZEND_ACC_PRIVATE)) { in do_inherit_property()
979 child_info->offset = parent_info->offset; in do_inherit_property()
1002 child_info = parent_info; in do_inherit_property()
2541 zend_property_info *parent_info; in zend_can_early_bind() local
[all …]

Completed in 11 milliseconds