PHP 8.1 is getting an `array_is_list` function, which adds a concrete specification to the term "list". A list is an indexed array array, only when the indices are in order, with no missing indices. This needs to be described when naming arrays as lists.