'one', 1 => 'two']; $snd = [0 => 'three', 1 => 'four', 2 => 'five']; $sum = $fst + $snd; echo '
'; print_r($sum); echo '