3v4l.org

run code in 300+ PHP versions simultaneously
<?php $generator = (static function () { yield from [1,2,3]; })(); $generator->next(); $generator->next(); $generator->rewind(); echo $generator->current(); # 3

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
45.96 ms | 2691 KiB | 4 Q