3v4l.org

run code in 300+ PHP versions simultaneously
<?php function throwsException() { throw new Exception(); 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 NElKX on line 11
Process exited with code 255.

preferences:
166.62 ms | 1395 KiB | 31 Q