Is there a good tool for testing and debugging PHP? Right now I'm just creating .php files in a text editor, then running them and trying to find any errors manually.
This works ok, but I have no way to read variable values, etc. Just wondering if there any kind of debugger that I can run my files through.