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 62ae70f commit 6ff665cCopy full SHA for 6ff665c
Zend/zend_variables.h
@@ -42,8 +42,8 @@ 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
- fflush(stdout);
+ //printf("Freeing %p\n", zval_ptr);
+ //fflush(stdout);
47
rc_dtor_func(ref);
48
} else {
49
gc_check_possible_root(ref);
0 commit comments