summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorIlija Tovilo <ilija.tovilo@me.com>2020-05-24 12:42:48 +0200
committerIlija Tovilo <ilija.tovilo@me.com>2020-07-24 10:05:03 +0200
commit9bf119832dbf625174794834c71b1e793450d87f (patch)
treedf6f1dfbc9dfdeaa8d2313ad43a4eff982b6eaca /UPGRADING
parent293d2f99f1c418103af6b239ad0693b89d454aed (diff)
downloadphp-git-9bf119832dbf625174794834c71b1e793450d87f.tar.gz
Implement nullsafe ?-> operator
RFC: https://wiki.php.net/rfc/nullsafe_operator Closes GH-5619. Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 8c75319664..85931d11cf 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -607,6 +607,8 @@ PHP 8.0 UPGRADE NOTES
inheritance rules on the methods of a child class. (with the exception of
final private constructors)
RFC: https://wiki.php.net/rfc/inheritance_private_methods
+ . Added support for nullsafe operator (`?->`).
+ RFC: https://wiki.php.net/rfc/nullsafe_operator
- Date:
. Added DateTime::createFromInterface() and