--TEST-- oss-fuzz #71382 --FILE-- newLazyGhost(function() { throw new \Exception('initializer'); }); try { foreach($obj as $a) { } } catch (Exception $e) { printf("%s: %s\n", $e::class, $e->getMessage()); } --EXPECT-- Exception: initializer