Re: [PHP-DEV] Bug #2965

2002-11-28 Thread Derick Rethans
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

[PHP-DEV] Bug #2965

2002-11-28 Thread John Coggeshall
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 in

[PHP-DEV] Bug #2965

2002-11-28 Thread John Coggeshall
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 in