3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 0; $++i;
Output for 7.0.0 - 7.0.19, 7.1.0 - 7.1.5
Parse error: syntax error, unexpected '++' (T_INC), expecting variable (T_VARIABLE) or '{' or '$' in /in/upq61 on line 3
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.30
Parse error: syntax error, unexpected '++' (T_INC), expecting variable (T_VARIABLE) or '$' in /in/upq61 on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Parse error: syntax error, unexpected T_INC, expecting T_VARIABLE or '$' in /in/upq61 on line 3
Process exited with code 255.

preferences:
287.74 ms | 1395 KiB | 177 Q