<?php final readonly class ObjectCollector { private SplObjectStorage $storage; public function __construct() { $this->storage = new SplObjectStorage(); } public function add(object $object): void { $this->storage->attach($object); } } (new ObjectCollector())->add(new stdClass());
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`