On Thu, Jul 2, 2009 at 10:25 PM, Marco Schustermarco@harddisk.is-a-geek.org wrote:
You can make some kind of counter, which gets incremented each foreach/while/for loop. If it reaches 200 (or whatever), execution is stopped.
Sure -- if you're writing the program language interpreter yourself. I think we were hoping to avoid that.