3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$a = (object)[1 => 1]; //$a->{1} = 2; //var_dump((array)$a); $a[1] = 1 $a["1"] = 2 var_dump($a); //var_dump(array(1 => 2, "1" => 3));
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '$a' (T_VARIABLE) in /in/3MWfT on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE in /in/3MWfT on line 6
Process exited with code 255.

preferences:
195.25 ms | 1386 KiB | 65 Q