3v4l.org

run code in 300+ PHP versions simultaneously
<?php class helloWorld { const ONE = 1; public $array = array( 1 => 'Eclipse', 'Sublime', 'PHPStrome', ); } $hello = new helloWorld(); print_r($hello);

preferences:
34.46 ms | 402 KiB | 5 Q