3v4l.org

run code in 300+ PHP versions simultaneously
<?php function will_throw_exception() { throw new Exception('My very best exception'); } try { will_throw_exception(); } catch (Exception $e) { echo 'Caught exception: ' . $e->getMessage(); throw nex Exception('fuck it'); } finally { echo PHP_EOL."Finally"; }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.6
Parse error: syntax error, unexpected 'Exception' (T_STRING) in /in/f8d8O on line 12
Process exited with code 255.

preferences:
207.87 ms | 1387 KiB | 35 Q