3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array(1 -> "sven fink", 2 -> "carina fink"); echo $test[0]; ?>
Output for 5.4.0 - 5.4.5
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ')' in /in/T6tuk on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.15
Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ')' in /in/T6tuk on line 2
Process exited with code 255.

preferences:
166.11 ms | 1395 KiB | 29 Q