--TEST-- Bug GH-9735 004 (Fiber stack variables do not participate in cycle collector) --FILE-- start(); gc_collect_cycles(); print "2\n"; $fiber = null; gc_collect_cycles(); print "3\n"; ?> --EXPECT-- 1 2 C::__destruct 3