|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-09-06 16:25 UTC] andi at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 04:00:02 2025 UTC |
for(;;) no longer works right. Code like as follows hangs forever. <? for(;;) { } ?> Code like this gives a parser error. <? for(Unset($z);;) { } ?> <br> <b>Parse error</b>: parse error, expecting `';'' in <b>y.php</b> on line <b>3</b><br>