'1', 'second' => '2', 'third' => '3' ]; foreach ($arr as $val) { echo $val; // 123 }