Update_Array_Item
Change the second array item from "BMW" to "Ford":
array(3) { [0]=> string(5) "Volvo" [1]=> string(4) "Ford" [2]=> string(6) "Toyota" }