"Ford", "model" => "Mustang"); $cars += ["color" => "red", "year" => 1964]; //Output the array: var_dump($cars); ?>