$out []= array($foo, $bar); // ... while (list($foo, $bar) = each($out)) { $foo->candy(); $bar->does(); }