3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = new stdClass(); $x->0->$z = 'ALPHA'; print $x->$y->$z;
Output for 5.4.0 - 5.4.13
Parse error: syntax error, unexpected '0' (T_LNUMBER), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/kZqYY on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.23
Parse error: syntax error, unexpected T_LNUMBER, expecting T_STRING or T_VARIABLE or '{' or '$' in /in/kZqYY on line 4
Process exited with code 255.

preferences:
170.2 ms | 1395 KiB | 45 Q