3v4l.org

run code in 300+ PHP versions simultaneously
<?php try{ try{ throw new Exception("A"); }catch(Exception $a){ throw $a; }finally{ throw new Exception("B"); } }catch(Exception $e){ var_dump($e); }

preferences:
47.62 ms | 402 KiB | 5 Q