Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_inheritance.c1053 int parent_num = OBJ_PROP_TO_NUM(parent_info->offset); in do_inherit_property()
1054 int child_num = OBJ_PROP_TO_NUM(child_info->offset); in do_inherit_property()
1194 table[OBJ_PROP_TO_NUM(prop->offset)] = prop; in zend_build_properties_info_table()
2015 op1 = &ce->default_properties_table[OBJ_PROP_TO_NUM(coliding_prop->offset)]; in zend_do_traits_property_binding()
2016 op2 = &traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]; in zend_do_traits_property_binding()
2060 prop_value = &traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]; in zend_do_traits_property_binding()
H A Dzend_compile.h378 #define OBJ_PROP_TO_NUM(offset) \ macro
H A Dzend_API.c3787 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()
3792 ce->properties_info_table[OBJ_PROP_TO_NUM(property_info->offset)] = property_info; in zend_declare_typed_property()
3804 property_default_ptr = &ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]; in zend_declare_typed_property()
H A Dzend_builtin_functions.c719 prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c3505 val = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop->offset)];
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c871 return &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in property_get_default()

Completed in 90 milliseconds