3v4l.org

run code in 300+ PHP versions simultaneously
<?php $labels='blaat'; function loadDatabaseLabels(){ $labels->labels = new Array("foo","bar","baz"); } function getLabel(){ var_dump($labels->label); } loadDatabaseLabels(); getLabel();
Output for 5.4.0 - 5.4.12, 5.4.14
Parse error: syntax error, unexpected 'Array' (T_ARRAY) in T3g3p on line 4
Process exited with code 255.
Output for 5.4.13
Parse error: syntax error, unexpected 'Array' (T_ARRAY) in /in/8ZHSD on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.22, 5.3.24
Parse error: syntax error, unexpected T_ARRAY in T3g3p on line 4
Process exited with code 255.
Output for 5.3.23
Parse error: syntax error, unexpected T_ARRAY in /in/8ZHSD on line 4
Process exited with code 255.

preferences:
188.66 ms | 1394 KiB | 47 Q