Skip to content

Commit 71301f5

Browse files
committed
Add documentation of array_is_list() to UPGRADING
1 parent 34041e6 commit 71301f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ PHP 8.1 UPGRADE NOTES
155155
6. New Functions
156156
========================================
157157

158+
- Core:
159+
. Added array_is_list(array $array), which will return true if the array keys are 0 .. count($array)-1 in that order.
160+
RFC: https://wiki.php.net/rfc/is_list
161+
158162
========================================
159163
7. New Classes and Interfaces
160164
========================================

0 commit comments

Comments
 (0)