Hi everybody.
I am currently working on quite a big php project
(~120k code lines) and was wondering if anybody
has a script that finds orphaned functions. By
which I mean functions or files which are not used
by any other code starting from, say, index.php.
(It will probably have problems with dynamicly
included files, but still it would be a help.)
Sorry, that this is slightly offtopic, but it might interest
other people as well. I could code it myself, but
prefer if somebody else has done this before.
Regards,
Kai