3v4l.org

run code in 300+ PHP versions simultaneously
<?php function bar() { try { throw new RuntimeException('Foo'); return new DateTime('now'); } catch (Throwable $e) { } finally { return new DateTime('-1 week'); } } try { var_dump(bar()); } catch (RuntimeException $e) { var_dump($e); }

preferences:
60.06 ms | 402 KiB | 5 Q