<?php class A { public function __construct( public readonly \StdClass $obj = new \StdClass() ) {} } $a = new A(); $a->obj->hello = "world"; var_dump($a);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`