--TEST-- GC 030: GC and exceptions in destructors --FILE-- foo = $f2; $f2->foo = $f1; unset($f1, $f2); gc_collect_cycles(); ?> --EXPECTF-- Fatal error: Ignoring exception from foo::__destruct() while an exception is already active (Uncaught Exception in %sgc_030.php on line %d) in %sgc_030.php on line %d