Larry Brown wrote:
I found that the only way to get the function to behave is to add the
key...

foreach($multiarray as $key=>$subArray)

Now it displays as it previously did where $subArray is concerned.  Is
there something I'm missing here?  Was I the only person not using
"keys"?



[snip]

Has anyone seen this behaviour?



I'd have to go back through my code, I'm using $key => $value in some places but not in others, but I didn't notice anything different in my code when I upgraded to 4.4 as far as the foreach loops are concerned.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to