PHP edit mode (php.xml v2005-03-18 by blueyed)
Submitted by Thursday, 30 December, 2004 - 05:19
on
Merged the version from Scott with the CVS version and wrote a PHP script to extract the functions, classes and aliases from php.net/zend.org automatically.
Besides there are some more changes I've made with help from Scott regarding the handling of variables in literals and class variables/methods in general.
A raw definition of token type usage:
- FUNCTION: own functions
- KEYWORD1: language constructs (__FILE__, break, extends, ..)
- KEYWORD2: internal functions (PHP, xdebug, SimpleTest/PHPUnit), DTD tags
- KEYWORD3: variable names (plus true, false, null)
- KEYWORD4: class relevant things (definitions, methods, vars)
- LITERAL1: literals
- LITERAL2: HTML entities
- COMMENT1: "#", "/* */"
- COMMENT2: "//" and HTML comments
- COMMENT3: PHPdoc
Updated on 03/18/2005 - 21:00
Downloads: 3614