3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { protected $var = array('test' => 'hello world!', 'another_test' => 'hello world?'); public function __construct($var) { $var = $this->var; var_dump($var); } }

preferences:
44.93 ms | 402 KiB | 5 Q