3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump((function () { for ($i = 0; $i < 5; $i++) { try { return $i; } finally { try { if ($i != 3) throw Exception; } catch (Exception $e) {} } } })());

preferences:
61.41 ms | 402 KiB | 5 Q