3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = ['a' => 'a']; print "$array['a']"
Output for 7.1.0 - 7.1.1
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /in/icJrN on line 5
Process exited with code 255.
Output for 7.0.0 - 7.0.15
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /in/icJrN on line 5
Process exited with code 255.

preferences:
178.42 ms | 1399 KiB | 25 Q