| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2000-03-05 11:40 UTC] sas at cvs dot php dot net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 13:00:02 2025 UTC | 
for ($a="A";$a<"Z";$a++) { echo $a; } ABCDEFGHIJKLMNOPQRSTUVWXY When you replace < with <= the variable is now on two characters : for ($a="A";$a<="Z";$a++) { echo $a; } ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAG ... YZ Sorry I can't test in in the newest version, I don't own the machine, there is nothing in the ChangeLog about this problem. live phpinfo here if needed : http://www.onesite.org/phpinfo.php3 Regards, Alain Tesio