3v4l.org

run code in 300+ PHP versions simultaneously
<?php function foo() { try { throw new Exception('Boo!'); } catch (Exception $up) { throw $up; } finally { return 42; } } var_dump(foo());

preferences:
33.71 ms | 402 KiB | 5 Q