3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function __construct() { print_r( $this->defaults() ); } private function defaults(){ return array( 'allowFileManager' => true, 'allowMediaUpload' => true, 'allowFlashUpload' => true, 'allowImageUpload' => true, 'shadowMode' => false, 'width' => '100%', 'height' => '350px', 'uploadJson' => 'test', ); } } new test();

preferences:
36.23 ms | 404 KiB | 5 Q