Hello,
Greame Merrall pointed out to me that the lookup aspect of the phpcc tool (http://ian.ardes.com/phpcc) was not working quite right (thanks Graeme). The problem is that the manual page lookup does not work when the current function has been expanded from a partial word.
To fix this change line 19 of phpcc.php to:
storeLookupWord($matching[0]);
I'm hoping to release a new version of this soon, with some more features, and with an easier installation process.
Cheers, Ian White