We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad8cf5 commit a661a4bCopy full SHA for a661a4b
ChangeLog.md
@@ -3,6 +3,12 @@ XP Compiler ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 6.6.0 / 2021-07-10
7
+
8
+* Emit null-coalesce operator as `$a ?? $a= expression` instead of as
9
+ `$a= $a ?? expression`, saving one assignment operation for non-null
10
+ case. Applies to PHP 7.0, 7.1 and 7.2.
11
+ (@thekid)
12
* Removed conditional checks for PHP 8.1 with native enum support, all
13
releases and builds available on CI systems now contain it.
14
(@thekid)
0 commit comments