3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = new Array('a' =>, 'b' => 2); echo $arr['a'] ? $arr['a'] : $arr['b'];
Output for 5.4.0 - 5.4.14
Parse error: syntax error, unexpected 'Array' (T_ARRAY) in /in/rnMJW on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_ARRAY in /in/rnMJW on line 2
Process exited with code 255.

preferences:
178.45 ms | 1395 KiB | 47 Q