Codenizer is a user-friendly PHP script analysis tool that helps detect programming errors and bugs within seconds, saving valuable debugging time. The software is designed to quickly and accurately identify issues, requiring no need to run the script.

Codenizer is similar to an external "use strict" enforcing tool in Perl, and it can be set up within seconds without any hassle. On Codenizer's site, you can find detailed and easy-to-follow instructions on how to configure various editors/IDEs with Codenizer.
Using Codenizer requires just one extra step from doing things the old way, which is to invoke Codenizer from within your IDE after saving your file. Codenizer will then present you with its analysis, and you can proceed to work on your code with confidence.
One of the great things about Codenizer is its ability to help you do more actual work on your program than before in the same amount of time. It can be easily integrated into many programming editors and IDEs, so you can probably use it from within your favorite working environment. You can find more details on integrating Codenizer with various IDEs on its product pages.
Codenizer is much more powerful than PHP's built-in mechanisms of reporting warnings and errors. It can detect a huge superset of errors detectable by PHP interpreter. Once you experience the benefits Codenizer offers, you won't be able to do PHP programming the same "old" way as before.
Version 2009: N/A