ID: 11733
Updated by: cynic
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: *Function Specific
Operating system:
PHP Version: 4.0.6
Assigned To:
Comments:
besides, the $i == 5 statement is also bogus.
Previous Comments:
---------------------------------------------------------------------------
[2001-06-27 13:35:01] [EMAIL PROTECTED]
RTFM. Use $i=0.
---------------------------------------------------------------------------
[2001-06-27 08:15:24] [EMAIL PROTECTED]
I can't get anything when I code:
for ($i == 0; $i == 5; $i++)
{
echo $i;
}
But there's no problem with:
for ($i == 0; $i < 5; $i++)
{
echo $i;
}
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11733&edit=2
--
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]