We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba5fef commit 6f807a3Copy full SHA for 6f807a3
Zend/zend_variables.h
@@ -42,6 +42,7 @@ static zend_always_inline void i_zval_ptr_dtor(zval *zval_ptr)
42
if (Z_REFCOUNTED_P(zval_ptr)) {
43
zend_refcounted *ref = Z_COUNTED_P(zval_ptr);
44
if (!GC_DELREF(ref)) {
45
+ printf("Freeing %p\n", zval_ptr);
46
rc_dtor_func(ref);
47
} else {
48
gc_check_possible_root(ref);
0 commit comments