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 4a075f8 commit 14ffc87Copy full SHA for 14ffc87
Zend/zend_gc.c
@@ -1475,7 +1475,7 @@ ZEND_API int zend_gc_collect_cycles(void)
1475
1476
rerun_gc:
1477
if (GC_G(num_roots)) {
1478
- int count;
+ int count;
1479
gc_root_buffer *current, *last;
1480
zend_refcounted *p;
1481
uint32_t gc_flags = 0;
@@ -1653,7 +1653,7 @@ ZEND_API int zend_gc_collect_cycles(void)
1653
1654
GC_TRACE("Collection finished");
1655
GC_G(collected) += count;
1656
- total_count += count;
+ total_count += count;
1657
GC_G(gc_active) = 0;
1658
}
1659
0 commit comments