3v4l.org

run code in 300+ PHP versions simultaneously
<?php while (1){ echo i++;}
Output for 5.4.0 - 5.4.12, 5.4.14
Parse error: syntax error, unexpected '++' (T_INC), expecting ',' or ';' in 09dQd on line 3
Process exited with code 255.
Output for 5.4.13
Parse error: syntax error, unexpected '++' (T_INC), expecting ',' or ';' in /in/4NKKW on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.22, 5.3.24
Parse error: syntax error, unexpected T_INC, expecting ',' or ';' in 09dQd on line 3
Process exited with code 255.
Output for 5.3.23
Parse error: syntax error, unexpected T_INC, expecting ',' or ';' in /in/4NKKW on line 3
Process exited with code 255.

preferences:
177.83 ms | 1386 KiB | 47 Q