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 b227a72 commit 4d883a0Copy full SHA for 4d883a0
UPGRADING
@@ -345,6 +345,9 @@ PHP 8.1 UPGRADE NOTES
345
. Added array_is_list(array $array), which will return true if the array keys are 0 .. count($array)-1 in that order.
346
RFC: https://wiki.php.net/rfc/is_list
347
348
+- Reflection:
349
+ . Added ReflectionFunctionAbstract::getClosureUsedVariables
350
+
351
- Standard:
352
. Added fsync() and fdatasync(), which instruct the operating system to
353
flush its buffers to physical storage.
0 commit comments