bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add support for PHP5 and 7 to built-in parser


From: Fabian Wiget
Subject: [PATCH] Add support for PHP5 and 7 to built-in parser
Date: Thu, 16 Mar 2017 16:22:19 +0100

Hi everybody

I updated the built-in PHP parser to support namespaces and traits, which were introduced in PHP5. The following keywords have been removed:

- failure: not a keyword
- header: normal built-in function
- is_array: normal built-in function
- is_set: typo -> isset
- printf: normal built-in function
- setcookie: normal built-in function
- success: not a keyword

The parser should now support PHP4, PHP5 and PHP7.

Thank you & best regards
fabian

Attachment: php_parser.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]