Home
last modified time | relevance | path

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

/php-src/ext/xsl/
H A Dphp_xsl.c137 ZEND_ASSERT(OBJ_PROP_TO_NUM(prop_info->offset) == prop_index); \
/php-src/Zend/
H A Dzend_inheritance.c1307 int parent_num = OBJ_PROP_TO_NUM(parent_info->offset); in do_inherit_property()
1308 int child_num = OBJ_PROP_TO_NUM(child_info->offset); in do_inherit_property()
1474 table[OBJ_PROP_TO_NUM(prop->offset)] = prop; in zend_build_properties_info_table()
2524 op1 = &ce->default_properties_table[OBJ_PROP_TO_NUM(colliding_prop->offset)]; in zend_do_traits_property_binding()
2525 op2 = &traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]; in zend_do_traits_property_binding()
2558 prop_value = &traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]; in zend_do_traits_property_binding()
H A Dzend_compile.h418 #define OBJ_PROP_TO_NUM(offset) \ macro
H A Dzend_API.c4469 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()
4477 ce->properties_info_table[OBJ_PROP_TO_NUM(property_info->offset)] = property_info; in zend_declare_typed_property()
4489 property_default_ptr = &ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]; in zend_declare_typed_property()
H A Dzend_builtin_functions.c708 prop = &default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
/php-src/ext/dom/
H A Dhtml_document.c90 ZEND_ASSERT(OBJ_PROP_TO_NUM(prop_info->offset) == PROP_INDEX); in dom_modern_document_implementation_read()
/php-src/ext/reflection/
H A Dphp_reflection.c920 return &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in property_get_default()

Completed in 70 milliseconds