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 6f807a3 commit 62ae70fCopy full SHA for 62ae70f
Zend/zend_variables.h
@@ -43,6 +43,7 @@ static zend_always_inline void i_zval_ptr_dtor(zval *zval_ptr)
43
zend_refcounted *ref = Z_COUNTED_P(zval_ptr);
44
if (!GC_DELREF(ref)) {
45
printf("Freeing %p\n", zval_ptr);
46
+ fflush(stdout);
47
rc_dtor_func(ref);
48
} else {
49
gc_check_possible_root(ref);
0 commit comments