|
From: | Shigio YAMAGUCHI |
Subject: | Re: [PATCH] Add support for PHP5 and 7 to built-in parser |
Date: | Fri, 17 Mar 2017 14:45:14 +0900 |
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
_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global
[Prev in Thread] | Current Thread | [Next in Thread] |