Hacker News new | ask | show | jobs
by some 6816 days ago
Ok. The same comes again at point 15:

> Do not use functions inside of for loop, such as for ($x=0; $x < count($array); $x) The count() function gets called each time.