[PHP-DEV] Re: Bug #595 Updated: Parser error in for() From: Michael Brennen (mbrennen <email protected>)
Date: 07/29/98

Ack.... I just checked K&R and you are right. I guess it has been too
many years since I've written C, and I don't write for() loops often.
Thanks,

   -- Michael

On 29 Jul 1998, Bug Database wrote:

> ID: 595
> Updated by: rasmus
> Reported By: mbrennen <email protected>
> Status: Closed
> Bug Type: Parser error
> Assigned To:
> Comments:
>
> How the heck is this a bug? The 'for' construct is defined as
> for(expr;expr;expr) { } An extra semi-colon does not match this
> definition. Find me another language with a C-style for-construct
> that will accept your syntax and I will give you a cookie.
>
> Full Bug description available at: http://ca.php.net/bugs.php3?id=595
>