This takes the address of a zval ptr

This commit is contained in:
Marcus Boerger 2003-11-29 18:23:35 +00:00
parent 9e195d1040
commit 6344f662a5

View File

@ -386,7 +386,7 @@ ZEND_API ZEND_FUNCTION(display_disabled_class);
zval_copy_ctor(z); \
} \
if (dtor) { \
zval_ptr_dtor(zv); \
zval_ptr_dtor(&zv); \
} \
(z)->is_ref = is_ref; \
(z)->refcount = refcount; \