--TEST-- yield from with an (Array)Iterator --FILE-- --EXPECT-- int(1) int(2) int(3) int(4) int(5)