Re: [PHP] I beleive I have found a bug.....

2001-08-29 Thread
From: Brian White <[EMAIL PROTECTED]> Date: Wed, Aug 29, 2001 at 06:16:49PM +1000 Message-ID: <[EMAIL PROTECTED]> Subject: Re: [PHP] I beleive I have found a bug. > You didn't read my code closely enough: > > I said: > > > If I replace the problem line

Re: [PHP] I beleive I have found a bug.....

2001-08-29 Thread Brian White
Renze Munnik said: >I don't _think_ this is a bug (note: think). I haven't taken a very >good look at your code, but as I understand you believe that: > > foreach ($data as $key) > >delivers the same $key as in: > > foreach ($data as $key=>$value) You didn't read my code closely enough: I sa

Re: [PHP] I beleive I have found a bug.....

2001-08-29 Thread
From: Brian White <[EMAIL PROTECTED]> Date: Wed, Aug 29, 2001 at 04:01:06PM +1000 Message-ID: <[EMAIL PROTECTED]> Subject: [PHP] I beleive I have found a bug. > ... I just thought I would see if anyone else can reproduce it! > > Ok. The problem is in the following snippet of code. ( Note :