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 03e32c5 commit 4310a08Copy full SHA for 4310a08
Zend/zend_gc.c
@@ -2281,6 +2281,7 @@ ZEND_API int zend_gc_collect_cycles(void)
2281
dtor_start_time = zend_hrtime();
2282
if (EXPECTED(!EG(active_fiber))) {
2283
continue_calling_destructors:
2284
+ end = GC_G(first_unused);
2285
if (UNEXPECTED(FAILURE == gc_call_destructors(GC_G(dtor_idx), GC_G(first_unused), NULL))) {
2286
//
2287
// gc_call_destructors returns FAILURE when a destructor interrupts execution,
0 commit comments