3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $items = array(); array_push($items, "T-shirt", "Bob Jacket", "Grizzly Grip"); if(array_key_exists("T-shirt", $items)) { echo 'I have a . ' $items[1] . '!'; }
Output for 5.4.0 - 5.4.17
Parse error: syntax error, unexpected '$items' (T_VARIABLE), expecting ',' or ';' in /in/Na7h7 on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /in/Na7h7 on line 8
Process exited with code 255.

preferences:
180.28 ms | 1395 KiB | 53 Q