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
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
Maintain my approved PEAR package HTML_QuickForm_ComboBox
http://pear.php.net/pepr/pepr-proposal-show.php?id=395
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Can we add the below tests to 013.phpt in filter
var_dump(filter_var(TRUE, FILTER_VALIDATE_BOOLEAN))
var_dump(filter_var(FALSE, FILTER_VALIDATE_BOOLEAN))
returns bool(true) and bool(false) respectively.
perhaps add them to the Logical filter array in 034.phpt
also may do some good.
Kevin
-