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 6771dca commit 625c368Copy full SHA for 625c368
UPGRADING
@@ -151,6 +151,11 @@ PHP 8.6 UPGRADE NOTES
151
parsing the format string.
152
. Arguments are now passed more efficiently to known constructors (e.g. when
153
using new self()).
154
+ . array_map() using a first-class callable or partial function application
155
+ callback will be compiled into the equivalent foreach-loop, avoiding the
156
+ creation of intermediate Closures, the overhead of calling userland
157
+ callbacks from internal functions and providing for better insight for the
158
+ JIT.
159
160
- DOM:
161
. Made splitText() faster and consume less memory.
0 commit comments