3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); $g = (function(): \Generator { yield 'g'; return; yield 'n'; yield 'e'; })(); foreach ($g as $x) { var_dump($x); }

preferences:
28.33 ms | 402 KiB | 5 Q