I\'m trying to prepend an item to the beginning of an associative array. I figured the best way to do this is to use array_merge, but I\'m having some odd consequences. I
From the docs:
Values in the input array with numeric keys will be renumbered with incrementing keys starting from zero in the result array.