Home
last modified time | relevance | path

Searched refs:OBJ_PROP_TO_OFFSET (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_compile.h375 #define OBJ_PROP_TO_OFFSET(num) \ macro
378 ((offset - OBJ_PROP_TO_OFFSET(0)) / sizeof(zval))
H A Dzend_API.c1224 …= (zval*)((char*)class_type->default_properties_table + prop_info->offset - OBJ_PROP_TO_OFFSET(0)); in zend_update_class_constants()
3756 property_info->offset = OBJ_PROP_TO_OFFSET(ce->default_properties_count); in zend_declare_typed_property()

Completed in 38 milliseconds