$stack = array("orange", "banana"); array_push($stack, "apple", "raspberry");
stack = ["orange", "banana"] stack << "apple" << "raspberry"