<?php $generator = static function (): iterable { yield 'a' => 'b'; yield new stdClass => 'c'; }; var_export(iterator_to_array($generator()));
You have javascript disabled. You will not be able to edit any code.