3v4l.org

run code in 300+ PHP versions simultaneously
<?php function run() { try { throw Exception ('a'); } finally { throw Exception ('b'); } } try { run(); } Catch (Exception $e) { var_dump($e->getMessage(), $e->getPrevious()->getMessage()); }

preferences:
49.44 ms | 402 KiB | 5 Q