From 71301f5baf1e746e9414b351bf140508d965f37d Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Sun, 24 Jan 2021 16:23:13 -0500 Subject: Add documentation of array_is_list() to UPGRADING --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADING') 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 ======================================== -- cgit v1.2.1