That's not the issue... In C, the behavior is to actually print the
alphabet A-Z... It looks like our implementation is messed up, but the
bug report is a bit misleading as to if I should fix the documentation
to say you CAN'T do this, or fix the code so you can :)

John


>-----Original Message-----
>From: Dan Rossi [mailto:[EMAIL PROTECTED]] 
>Sent: Thursday, November 28, 2002 7:06 PM
>To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>Subject: [PHP-DEV] RE: Bug #2965
>
>
>i'd try use chr($i) or something like that and start @ A value
>
>-----Original Message-----
>From: John Coggeshall [mailto:[EMAIL PROTECTED]]
>Sent: Friday, November 29, 2002 11:00 AM
>To: 'electroteque'; [EMAIL PROTECTED]
>Subject: Bug #2965
>
>
>
>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?
>
>John
>
>
>>-----Original Message-----
>>From: electroteque [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, November 28, 2002 6:07 PM
>>To: [EMAIL PROTECTED]
>>Subject: [PHP-DEV] Zend Engine 2
>>
>>
>>Hello i was wondering when this is becoming available with the
>>possibilities of private and public class features ?
>>
>>
>>
>>--
>>PHP Development Mailing List <http://www.php.net/>
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
>-- 
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to