ID: 9971
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Scripting Engine problem
Assigned To: 
Comments:

Do you get a crash or a parse error?

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

[2001-03-24 11:26:02] [EMAIL PROTECTED]
When I tried to create a for loop like (for $i = 0; $i = 10; $i++) ... it crashes out. 
After I changed the code like 
for ($i = 0; $i < 10; $i++) it is ok. Sometimes I have problem with $i++ too in for 
loops so I change them to $i+=$x.

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9971&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]

Reply via email to