3v4l.org

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

preferences:
186.65 ms | 1395 KiB | 67 Q