3v4l.org

run code in 500+ PHP versions simultaneously
<?php try { throw new RuntimeException("Wee"); } catch (\Throwable $t) { var_dump($t); throw new Exception("Weee+Weee"); } finally { echo "I get executed no matter what."; }

preferences:
110.15 ms | 2116 KiB | 5 Q