"apple", "b"=>"ball", "c"=>"cat"); // Pushing values to the array array_push($alphabets, "dog", "elephant"); print_r($alphabets); ?>