<?php class A { public readonly int $v; } $a = new A; $b = new ArrayObject($a); $b['v'] = 'hello'; $b['v'] = 'world'; echo $a->v; //"world"
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`