<?php function test() { yield from [1, 2, 3]; yield 4; } var_dump(iterator_to_array(test()));
You have javascript disabled. You will not be able to edit any code.