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 cfa2311 commit 9f02a11Copy full SHA for 9f02a11
Zend/zend_gc.c
@@ -591,7 +591,7 @@ static zend_never_inline void ZEND_FASTCALL gc_possible_root_when_full(zend_refc
591
if (GC_G(gc_enabled) && !GC_G(gc_active)) {
592
GC_ADDREF(ref);
593
gc_adjust_threshold(gc_collect_cycles());
594
- if (UNEXPECTED(GC_DELREF(ref)) == 0) {
+ if (UNEXPECTED(GC_DELREF(ref) == 0)) {
595
rc_dtor_func(ref);
596
return;
597
} else if (UNEXPECTED(GC_INFO(ref))) {
0 commit comments