Posted by Colin McKinnon on 10/20/05 23:14
el_roachmeister@yahoo.com wrote:
> I suspect there might be an infinite loop in my code, however, php
> seems to timeout and continue running the script. Is there a way to
> check for this?
With vi:
/for
o
print "I'm in the first loop!<br />";
/
o
print "I'm in the second loop<br />";
(repeat until it wraps)
/while
o
print "I'm in the first while loop!<br />";
/
o
print "I'm in the scond while loop<br />";
etc.
C.
Navigation:
[Reply to this message]
|