<?php class Foo { public $params = array(); function test() { $value = 6; $this->params[] = &$value; var_dump($this->params); } function test2() { var_dump($this->params); } } $foo = new Foo(); $foo->test(); $foo->test2();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`