3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { throw new RuntimeException(); } catch (RuntimeException $e) { var_dump(1) throw $e; }
Output for 5.6.38, 7.1.0 - 7.1.23, 7.2.0 - 7.2.11
Parse error: syntax error, unexpected 'throw' (T_THROW) in /in/Yg6U6 on line 7
Process exited with code 255.

preferences:
166.26 ms | 1400 KiB | 44 Q