3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 1; $i <= 100 $i++) { echo 'This is number '.$i.'<br>'; }
Output for 5.4.18
Parse error: syntax error, unexpected '$i' (T_VARIABLE), expecting ';' in /in/ASmSC on line 3
Process exited with code 255.
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected '$i' (T_VARIABLE), expecting ';' in /in/0GInk on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /in/0GInk on line 3
Process exited with code 255.

preferences:
182.32 ms | 1386 KiB | 54 Q