From 4514afc1875bedf4dc07cb457f8ef5c986a7ca55 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 18 Aug 2020 12:39:18 +0200 Subject: [PATCH] Fix #79988: new reserved keyword `match` is a backward incompatible change --- UPGRADING | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADING b/UPGRADING index c74fc585ad..4cb91bc013 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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 -- 2.40.0