I appreciate the response and looked at the tokenizer doc; but, I'm missing your point. Are you implying I should write a Tokenizer Function to do the job?

Al.........

Robert Cummings wrote:
On Fri, 2007-06-01 at 14:15 -0400, Al wrote:
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.

http://ca.php.net/manual/en/ref.tokenizer.php

Cheers,
Rob.

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

Reply via email to