ID: 15064
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Feature/Change Request
Operating System: Windows NT 4
PHP Version: 4.1.1
New Comment:
This is not bug.
Most language behave as PHP does.
Previous Comments:
------------------------------------------------------------------------
[2002-01-16 03:01:03] [EMAIL PROTECTED]
for ($i=1; $i==20; $i++) {
echo($i);
}
does not work, while
for ($i=1; $i>=20; $i++) {
echo($i);
}
works fine. of course, if the first statement would work it wourld be
redundant, so my questions is: is it a feature or a bug?
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=15064&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]