Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_inheritance.c660 int parent_num = OBJ_PROP_TO_NUM(parent_info->offset); in do_inherit_property()
661 int child_num = OBJ_PROP_TO_NUM(child_info->offset); in do_inherit_property()
1547 &ce->default_properties_table[OBJ_PROP_TO_NUM(coliding_prop->offset)], in zend_do_traits_property_binding()
1548 &ce->traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)])) in zend_do_traits_property_binding()
1574 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.h296 #define OBJ_PROP_TO_NUM(offset) \ macro
H A Dzend_API.c3648 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_property_ex()
3655 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.c1086 prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c3763 prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()

Completed in 54 milliseconds