3v4l.org

run code in 300+ PHP versions simultaneously
<?php class helloWorld { public $array = array( 'VALUE FIRST', 'VALUE SECOND', 'VALUE THIRD', ); } $hello = new helloWorld(); print_r($hello->array);

preferences:
31.51 ms | 402 KiB | 5 Q