<?php const from = ['yield from']; $a = fn () => yield yield from from; foreach($a() as $b) { print $b; }
You have javascript disabled. You will not be able to edit any code.