<?php $gen = (function () { if (false) yield; try { throw new Exception; } finally { print "OK"; } })(); try { $gen->valid(); } catch (Exception $e) { $gen->next(); $gen->next(); }
You have javascript disabled. You will not be able to edit any code.