<?php class Foo { private $bar = []; public function __get(string $prop) { return $this->$prop; } } $foo = new Foo(); $foo->bar[] = 'baz';
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`