Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_compile.h294 #define OBJ_PROP_TO_OFFSET(num) \ macro
297 ((offset - OBJ_PROP_TO_OFFSET(0)) / sizeof(zval))
H A Dzend_API.c1147 …= (zval*)((char*)class_type->default_properties_table + prop_info->offset - OBJ_PROP_TO_OFFSET(0)); in zend_update_class_constants()
3651 property_info->offset = OBJ_PROP_TO_OFFSET(ce->default_properties_count); in zend_declare_property_ex()

Completed in 30 milliseconds