3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { try { throw new Exception('Foo'); } finally { throw new Exception('Bar'); } } catch(Exception $exception) { var_dump($exception); }

preferences:
43.53 ms | 402 KiB | 5 Q