Does anyone have a utility or technique to find orphan functions?

I keep my functions together in an include file and occasionally create orphans
 when I change the main code stream so that they are no longer used.

It would be nice to be able parse all the functions in an include file to make 
certain the are used.
Obviously, the parser would need a list of files that possibly could use the 
functions.

Al.......

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

Reply via email to