RE: Re[2]: [PHP] foreach vs. while(list() = each())

2001-04-12 Thread Philip Olson
Tim Ward > Senior Systems Engineer > > Please refer to the following disclaimer in respect of this message: > http://www.stivesdirect.com/e-mail-disclaimer.html > > > > -Original Message----- > > From: Maxim Derkachev [mailto:[EMAIL PROTECTED]]

RE: Re[2]: [PHP] foreach vs. while(list() = each())

2001-04-12 Thread Tim Ward
respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html > -Original Message- > From: Maxim Derkachev [mailto:[EMAIL PROTECTED]] > Sent: 12 April 2001 16:23 > To: Tim Ward > Cc: [EMAIL PROTECTED] > Subject: Re[2]: [PHP] foreach vs. while(list() = e

Re[2]: [PHP] foreach vs. while(list() = each())

2001-04-12 Thread Maxim Derkachev
Hello Tim, Thursday, April 12, 2001, 1:43:53 PM, you wrote: TW> you can't nest foreach as you should be able to. Ecah foreach is supposed to TW> have it's own pointer in the array, but it doesn't ... this is a known bug. What do you mean? Foreach() can be nested, and it works perfect. $first)