X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fimpl_val.h;h=8e119cd36864039b888c91cdfb847623e2adc548;hb=ddeb4918bce67ed63c5f4c8c4e250e92ebdef89d;hp=18663203b04a51cdefd36263cf61f8ef8ced9d47;hpb=2f5af21b263403997e154658635d6b6e6eaab453;p=m6w6%2Fext-psi diff --git a/src/types/impl_val.h b/src/types/impl_val.h index 1866320..8e119cd 100644 --- a/src/types/impl_val.h +++ b/src/types/impl_val.h @@ -59,6 +59,9 @@ typedef union impl_val { zend_fcall *cb; } zend; void *ptr; +#ifdef PHP_DEBUG + char _dbg[sizeof(void *)]; +#endif } impl_val; #endif