3v4l.org

run code in 300+ PHP versions simultaneously
<?php private static $labels='blaat'; public function loadDatabaseLabels(){ $labels->labels = new Array("foo","bar","baz"); } public function getLabel(){ var_dump($labels->label); } loadDatabaseLabels(); getLabel();
Output for 5.4.0 - 5.4.14
Parse error: syntax error, unexpected 'private' (T_PRIVATE) in /in/H11nh on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_PRIVATE in /in/H11nh on line 2
Process exited with code 255.

preferences:
178.92 ms | 1399 KiB | 47 Q