<?php set_error_handler(function() { throw new \Error(); }); function &gen() { try { return 1; } catch (Error $e) { print "Caught"; } } foreach (gen() as $y);
You have javascript disabled. You will not be able to edit any code.