Posted by Edward Vermillion on 08/23/05 16:11
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.
[Back to original message]
|