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
php_parser.patch
Description: Binary data
_______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
