|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-03-01 22:09 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 06:00:01 2025 UTC |
To reproduce the problem the easiest thing to do is something like the following: for ($i=1;$i=count($array) - 1;$i++) { <insert anything you like here... Doesn't seem to matter> }; It seems to loop forever getting stuck at whatever number count($array) returns... When I remove the - 1 then its OK.