zval passthru
[m6w6/ext-psi] / src / parser.h
index 0041155ce8827fac03035b92c5b18189dbf631e3..f16f8b853d717c3c49f463bd70f6e47580b59214 100644 (file)
@@ -59,8 +59,8 @@ typedef union impl_val {
                zend_string *str;
                zend_fcall *cb;
        } zend;
+       zval zval;
        void *ptr;
-       uint8_t _dbg[sizeof(void *)];
 } impl_val;
 
 typedef struct decl_type {