3v4l.org

run code in 300+ PHP versions simultaneously
<?php class p { public $a=5; } $o=new p; echo $o->++a;
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected '++' (T_INC), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/04LOO on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_INC, expecting T_STRING or T_VARIABLE or '{' or '$' in /in/04LOO on line 11
Process exited with code 255.

preferences:
194.01 ms | 1399 KiB | 61 Q