3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (class_exists('\Generator')) { function toto (array $args) { foreach ($args as $key => $value) { yield $key => $value; } } }

preferences:
40.34 ms | 402 KiB | 5 Q