I'm about to look at a project's PHP codebase for the first time, and I'd like to perform a semi-formal audit. Because I'm new to the project, this will not only give me a chance to get properly acquainted with the code, but also provide the organization an external opinion about the state of the project.
As PHP is one of my "secondary" languages (one I don't eat, drink and breathe on a daily basis) I'd like some feedback on how to proceed. Specifically, I'm wondering about:
PHP tools that perform static analysis, or code coverage analysis, or generate data structure/class diagrams/hierarchies,
A list of "code smells" in PHP that should raise red flags, including usage and coding anti-patterns and deprecated classes/methods, and
Best practices for doing code audits in general.