The document discusses various static analysis tools for PHP code including PHP_CodeSniffer, PHPDepend, PHPMD, phploc, phpcpd, vld, Bytekit, Padawan, and Phantm. It explains how each tool works at different levels like lexical analysis, syntactic analysis, and bytecode level. The document also presents tools for continuous integration and reporting of analysis results like phpUnderControl, Arbit, and plugins for Sonar to integrate static analysis of PHP code.