> 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?
Errr... That's what the ZendOptimizer does, pretty much...
Or are you looking for one where you see the altered source? -- Dunno where
any of those are, and sometimes the altered source isn't readable enough to
be worth looking at.
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
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]