[PHP-DEV] Bug #677 Updated: Infinite looping of for when include used in body of for From: Bug Database (php-dev <email protected>)
Date: 08/21/98

ID: 677
Updated by: zeev
Reported By: xkosj06 <email protected>
Status: Closed
Bug Type: Reproduceable crash
Assigned To:
Comments:

include(), require(), eval() and basically any statement
that executes other code isn't considered as a single
statement, but as a statement list. Therefore, they cannot
reside inside non-encapsulated loops.

Full Bug description available at: http://ca.php.net/bugs.php3?id=677

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>