Skip to content

Commit

Permalink
Fix #79988: new reserved keyword match is a backward incompatible c…
Browse files Browse the repository at this point in the history
…hange
  • Loading branch information
cmb69 committed Aug 18, 2020
1 parent 6f36b20 commit 4514afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ PHP 8.0 UPGRADE NOTES
========================================

- Core:
. `match` is now a reserved keyword.
. Assertion failures now throw by default. If the old behavior is desired,
then set `assert.exception=0` in INI settings.
. Methods with the same name as the class are no longer interpreted as
Expand Down

0 comments on commit 4514afc

Please sign in to comment.