On Jun 29, 2004, at 10:52 PM, Michael Luu wrote:
> Hi all. I've started poking/hacking around in the Zend source trying
> to implement code coverage statistics for php files. The end goal is
> to build php with a coverage option, place it on a test server, run
> test suites, then see which lines of code in which files were hit
> (more importantly which ones weren't). Very similar to gcov for those
> familar with gcc. Am I re-inventing the wheel? Does this already
> exist?
I believe xDebug supports this, and there's a worked example in my book.
George