X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fimpl_val.h;h=8e119cd36864039b888c91cdfb847623e2adc548;hp=18663203b04a51cdefd36263cf61f8ef8ced9d47;hb=18ca609e4fa08a1c8fcdbb58e9aeb5fe55538b3c;hpb=2f5af21b263403997e154658635d6b6e6eaab453 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