Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_inheritance.c692 int parent_num = OBJ_PROP_TO_NUM(parent_info->offset); in do_inherit_property()
693 int child_num = OBJ_PROP_TO_NUM(child_info->offset); in do_inherit_property()
1623 op1 = &ce->default_properties_table[OBJ_PROP_TO_NUM(coliding_prop->offset)]; in zend_do_traits_property_binding()
1624 op2 = &ce->traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]; in zend_do_traits_property_binding()
1668 prop_value = &ce->traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]; in zend_do_traits_property_binding()
H A Dzend_compile.h354 #define OBJ_PROP_TO_NUM(offset) \ macro
H A Dzend_API.c3747 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_property_ex()
3754 ZVAL_COPY_VALUE(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)], property); in zend_declare_property_ex()
H A Dzend_builtin_functions.c1112 prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c3787 prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()

Completed in 91 milliseconds