From:             [EMAIL PROTECTED]
Operating system: nt40
PHP version:      4.0.4pl1
PHP Bug Type:     Scripting Engine problem
Bug description:  Crash

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.


-- 
Edit Bug report at: http://bugs.php.net/?id=9971&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]

Reply via email to