in reply to odd behaving arrays

The first line will create an array with one element; its sole element containing whatever $array [1] contains. The second line creates an array with 3 elements.

I don't know how to convert the former. I don't what you expect $array [1] to contain. I have a pretty good guess what it does contain, but then, the question wouldn't make much sense.

Abigail