ID:               15597
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Win, Free BDS, Linux + more ?
 PHP Version:      4.1.1
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


Previous Comments:
------------------------------------------------------------------------

[2002-02-18 08:52:59] [EMAIL PROTECTED]

Why this:

for ( $j = "a"; $j <= "z"; $j++ ){
 echo $j.", ";
} 

is outputing this:

a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x,
y, z, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap,
aq, ar, as, at, au, av, aw, ax, ay, az, ba, bb, bc, bd, be, bf, bg, bh,
bi, bj, bk, bl, bm, bn, ........ (etc. to the end) yw, yx, yy, yz, 

but if you change "z" letter for "y" all works great.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15597&edit=1

Reply via email to