forked from apache/netbeans
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NETBEANS-5599] PHP 8.1 Support: Enumerations (Part 1)
- https://issues.apache.org/jira/browse/NETBEANS-5599 - https://wiki.php.net/rfc/enumerations - Fix the parser, the lexer, and `PHP81UnhandledError` - Add and fix unit tests
- Loading branch information
Showing
49 changed files
with
50,243 additions
and
46,310 deletions.
There are no files selected for viewing
2,750 changes: 1,390 additions & 1,360 deletions
2,750
php/php.editor/src/org/netbeans/modules/php/editor/lexer/PHP5ColoringLexer.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5,552 changes: 2,851 additions & 2,701 deletions
5,552
php/php.editor/src/org/netbeans/modules/php/editor/parser/ASTPHP5Parser.java
Large diffs are not rendered by default.
Oops, something went wrong.
2,606 changes: 1,317 additions & 1,289 deletions
2,606
php/php.editor/src/org/netbeans/modules/php/editor/parser/ASTPHP5Scanner.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6,974 changes: 3,487 additions & 3,487 deletions
6,974
php/php.editor/src/org/netbeans/modules/php/editor/parser/EncodedActionTable1.java
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.