On Wed, 12 Dec 2007 10:21:58 +0100, Mathijs van Veluw
<[EMAIL PROTECTED]> wrote:
> Hello there,
> 
> We have a large project with lots of classes.
> Now i am wondering if there is a way to let something check all those
> files and tell me which methods/functions variables/constants etc..
> arn't used anymore.
> 
> Or even which files arn't used anymore.
> 
> Is there already something like this?
> 
> Thx in advance.
> 
> Mathijs
> 

You could use Xdebug's Code_Coverage. Or the "Analyze code" feature 
in Zend Studio if you're using that :)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to