3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump((function () { for ($i = 0; $i < 5; $i++) { try { return $i; } finally { if ($i != 3) continue; } } })());
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Fatal error: jump out of a finally block is disallowed in /in/Gtvjv on line 6
Process exited with code 255.

preferences:
165.51 ms | 1395 KiB | 23 Q