|

Re: [PHP-DEV] Bug #2965
From: Derick Rethans (derick <email protected>)
Date: 11/29/02
On Thu, 28 Nov 2002, John Coggeshall wrote:
>
> This bug was changed to a documentation problem, and I'm a bit confused
> as to what exactly the issue is....
>
> For($i = 'A'; $i <= 'Z' $i++) echo $i;
>
> I'm assuming this *should* echo the A-Z alphabet (which it doesn't)..
> But, since it was changed to a documentation problem -- is the current
> form intended behavior?
Yes, it is. (And it has been like this for years)
Derick
--
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
|