You can set your error reporting in your php.ini file or set error_reporting()
in your scripts to be very sensitive where it will tell you such things as
variables that weren't defined properly.  Look into
http://www.php.net/manual/en/features.error-handling.php

Michael


Joe Sheble aka Wizaerd wrote:

> Is there anything that evaluates PHP code and checks for optimization?  Not
> like the Zend Optimizer, but one that checks for things such as variables
> that were defined but never used, repeated variables, unnecessary
> statements or constructs?  Basically a code cleaner such as C, C++, Java,
> etc all have?
>
> Joseph E. Sheble
> [EMAIL PROTECTED]
> ========================
> Wizaerd's Realm
> http://www.wizaerd.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to