Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_inheritance.c698 int parent_num = OBJ_PROP_TO_NUM(parent_info->offset); in do_inherit_property()
699 int child_num = OBJ_PROP_TO_NUM(child_info->offset); in do_inherit_property()
1599 &ce->default_properties_table[OBJ_PROP_TO_NUM(coliding_prop->offset)], in zend_do_traits_property_binding()
1600 &ce->traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)])) in zend_do_traits_property_binding()
1626 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.h310 #define OBJ_PROP_TO_NUM(offset) \ macro
H A Dzend_API.c3650 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_property_ex()
3657 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.c1166 prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c3945 prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()

Completed in 60 milliseconds