How do I find where the infinite loop is?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

How do I find where the infinite loop is?

Post by impulse() »

I have been working on a script for a few weeks now and it has several functions within it and it's over 1500 lines in length. I have just made a few changes to the script and now the script hangs, which makes me presume it's an infinite loop. Is there any way to identify what's causing the hang without reading the whole script?

Regards,
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply