3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { throw new Exception('Coucou'); } catch (Exception $e) { var_dump($e->getMessage()); return 'test'; } finally { echo "I'm going there"; }

preferences:
26.34 ms | 402 KiB | 5 Q