--TEST-- foreach() with foreach($o->mthd()->arr) --FILE-- c()->a as $value) { print "$value\n"; } ?> ===DONE=== --EXPECT-- 1 2 3 4 5 ===DONE===