'value'); foreach ($a as $v) { print $v . ' '; } foreach ($b as $k => $v) { print $k . ': ' . $v; } ?>