3v4l.org

run code in 300+ PHP versions simultaneously
<?php function throwsException() { throw new Exception("exception message"); return; } try { $i = 123; throwsException(); $i = 234; } catch { echo $i; }
Output for 5.3.0 - 5.3.16, 5.4.0 - 5.4.6
Parse error: syntax error, unexpected '{', expecting '(' in /in/Ipa6n on line 11
Process exited with code 255.

preferences:
182.6 ms | 1395 KiB | 31 Q