next(); while ($gen1->valid()) { $val = $gen1->current(); var_dump($val); $gen1->send($a); } } function test($a) { foo($a); } error_log('flow_gen.php loaded');