3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public static $myArray = array('a', 'b'); } $test = new Test(); var_dump($test->myArray); var_dump(Test::myArray);

preferences:
54.58 ms | 402 KiB | 5 Q