<?php class Foo { readonly int $foo; public function __set($key, $value) { echo "__set called with {$value}\n"; } } $f = new Foo; $f->foo = 43;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`