> Exceptions leak a little bit of memory when thrown<p>So their suggestion for dealing with a limitation of the language implementation, is to not use a feature? Great.<p>Also, teaching people to do ridiculous sub-optimisations, like using ++$i instead of $i++ isn't really what I think of as best practice. Or telling people to avoid OO because it's slow. Now I know, where those poor newbies get this stuff from ...