summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2021-01-24 16:23:13 -0500
committerTyson Andre <tysonandre775@hotmail.com>2021-01-24 16:24:33 -0500
commit71301f5baf1e746e9414b351bf140508d965f37d (patch)
tree3cb0d05b1979dedd982150b1be2c0debda06b007 /UPGRADING
parent34041e6c57ee1148c981ddb46e32f804303523ef (diff)
downloadphp-git-71301f5baf1e746e9414b351bf140508d965f37d.tar.gz
Add documentation of array_is_list() to UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 3c0939796e..4c9a1536df 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -155,6 +155,10 @@ PHP 8.1 UPGRADE NOTES
6. New Functions
========================================
+- Core:
+ . Added array_is_list(array $array), which will return true if the array keys are 0 .. count($array)-1 in that order.
+ RFC: https://wiki.php.net/rfc/is_list
+
========================================
7. New Classes and Interfaces
========================================