3v4l.org

run code in 300+ PHP versions simultaneously
<?php $generator = static function (): iterable { yield 'a' => 'b'; yield new stdClass => 'c'; }; var_export(iterator_to_array($generator()));

preferences:
31.49 ms | 405 KiB | 5 Q