3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { print "try body\n"; throw new Exception("main"); } catch (Exception $e) { print "catch body\n"; throw $e; } finally { print "finally body\n"; var_dump($e); }

preferences:
43.73 ms | 402 KiB | 5 Q