3v4l.org

run code in 300+ PHP versions simultaneously
<?php try{ throw new \Exception('bla'); } catch(\Exception $e) { var_dump($e->getMessage()); throw $e; } finally { var_dump($finally); }

preferences:
51.28 ms | 402 KiB | 5 Q