This document discusses various static analysis tools for PHP code including PHP_CodeSniffer, PHPDepend, PHPMD, phploc, phpcpd, vld, Bytekit, Padawan, Phantm, phpUnderControl, Arbit, and plugins for Sonar. It provides descriptions of what each tool analyzes and outputs including code style checks, complexity metrics, dependency graphs, duplication detection, bytecode analysis, and continuous integration reporting. Screenshots are included showing output and integrations from Sonar, phpUnderControl, and Arbit. The document argues that Sonar is the state of the art but still has room for improvement in supporting PHP-specific needs and integrating with other tools.