From: [EMAIL PROTECTED]
Operating system: N/A
PHP version: 4.0.5
PHP Bug Type: Feature/Change Request
Bug description: loop limiters
Looping structures should (IMO) all have a limiting variant.
For example,
while100($rec=mysql_fetch_row($res)) {...}
Would only loop 100 times
for1000($i=0;$i<count($search);$i++) {...}
Would loop 1000 times, etc.
--
Edit Bug report at: http://bugs.php.net/?id=10653&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]