$result = array_merge($array1, $array2);
Array ( [0] => color [1] => number [2] => color [3] => number [4] => Red [5] => 35 [6] => Red [7] => 36 )