File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ ZEND_CONTAINER_PRE(blist)
8080ZEND_CONTAINER_PRE(bstr)
8181ZEND_CONTAINER_PRE(bint)
8282
83- #define ZEND_CONTAINER_INIT (bclass ) \
84- static zend_object_handlers bclass##_object_handlers; \
85- static zend_class_entry *bclass##_ce; \
86- static bclass##_object *bclass##_fetch_object(zend_object *obj); \
87- static void bclass##_free_storage(zend_object *object TSRMLS_DC); \
83+ #define ZEND_CONTAINER_INIT (bclass ) \
84+ static zend_object_handlers bclass##_object_handlers; \
85+ static zend_class_entry *bclass##_ce; \
86+ static bclass##_object *bclass##_fetch_object(zend_object *obj); \
87+ static void bclass##_free_storage(zend_object *object TSRMLS_DC); \
8888 static zend_object *bclass##_object_clone(clone_obj_t *object TSRMLS_DC); \
8989 static zend_object *bclass##_object_new(zend_class_entry *ce TSRMLS_DC);
9090
You can’t perform that action at this time.
0 commit comments