3v4l.org

run code in 300+ PHP versions simultaneously
<?php 1. $color = array('white', 'green', 'red', 'blue', 'black'); Write a script which will display the following string - Go to the editor echo "The memory of that scene for me is like a frame of film forever frozen at that moment: the $color[2] carpet, the $color[1] lawn, the $color[0] house, the leaden sky. The new president and his first lady. - Richard M. Nixon"
Output for 5.4.0 - 5.4.31
Parse error: syntax error, unexpected '$color' (T_VARIABLE) in /in/H3aS1 on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE in /in/H3aS1 on line 2
Process exited with code 255.

preferences:
175.48 ms | 1395 KiB | 68 Q