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
--- Derick Rethans <[EMAIL PROTECTED]> wrote:
> On Sat, 28 Oct 2006, Peter Hodge wrote:
>
> > Hello everyone,
> >
> > I am in the process of updating the PHP syntax file for Vim, and I need to
> > gather a list of all built-in PHP functions, constants, classes,
> interfaces,
> > and preferably
Hi Peter,
I already have an updated syntax file...I grab all information using
the Reflection API. My file includes the PHP-GTK 2 alpha and PHP 5.1.4
methods, constants and functions.
You can find this at http://download.dnfeitosa.com/misc/php.vim.gz
Regards,
Diego
Peter Ho
On Sat, 28 Oct 2006, Peter Hodge wrote:
> Hello everyone,
>
> I am in the process of updating the PHP syntax file for Vim, and I need to
> gather a list of all built-in PHP functions, constants, classes, interfaces,
> and preferably also the methods and class-constants from said built-in classes
Peter Hodge wrote:
> Hello everyone,
>
> I am in the process of updating the PHP syntax file for Vim, and I need to
> gather a list of all built-in PHP functions, constants, classes, interfaces,
> and preferably also the methods and class-constants from said built-in classes
> and interfaces.
>
>