That's the problem, I want information from *all* stable PHP extensions (except perhaps the Experimental ones). If it's in the manual on php.net, then I want
Vim to recognize it.  I'm especially after the constants and Interface
names/methods. (I've found the function/class/method names in the Function
Index in the manual, so they're OK now).

Yes, I can dig through the manual myself, but I really want to automate this
process so I don't have to do it repeatedly.

regards,
Peter

The way to go is to parse the PHP sources directly. Thats the only way if you want up-to-date information.
Search for example for REGISTER_*_CONSTANT() or PHP_FE() macros.

Nuno
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to