Possible Duplicates:
Regexp to detect call time pass by references in PHP source code
Is there a static code analyzer [like Lint] for PHP files?
Is there any tool that can do static analysis of PHP code? I should be able to specify rules (for example, "don't allow underscores in class names" etc) and the tool should tell me where the rules are not obeyed. It should also do the usual checks like dead code etc