OBJ_PROP_TO_NUM  3644 Zend/zend_API.c 			zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]);
OBJ_PROP_TO_NUM  3651 Zend/zend_API.c 		ZVAL_COPY_VALUE(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)], property);
OBJ_PROP_TO_NUM  1099 Zend/zend_builtin_functions.c 			prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)];
OBJ_PROP_TO_NUM   636 Zend/zend_inheritance.c 				int parent_num = OBJ_PROP_TO_NUM(parent_info->offset);
OBJ_PROP_TO_NUM   637 Zend/zend_inheritance.c 				int child_num = OBJ_PROP_TO_NUM(child_info->offset);
OBJ_PROP_TO_NUM  1521 Zend/zend_inheritance.c 											  &ce->default_properties_table[OBJ_PROP_TO_NUM(coliding_prop->offset)],
OBJ_PROP_TO_NUM  1522 Zend/zend_inheritance.c 											  &ce->traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]))
OBJ_PROP_TO_NUM  1548 Zend/zend_inheritance.c 				prop_value = &ce->traits[i]->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)];
OBJ_PROP_TO_NUM  3739 ext/reflection/php_reflection.c 			prop = &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)];