mirror of
https://github.com/php/php-src.git
synced 2026-04-21 06:51:18 +02:00
array_values(): When the input is an empty array or a packed array with no gaps, return the original array. array_keys(): When the input is an empty array, return the original array. When the input is a packed array with no holes (and no search key specified), populate the return with a simple range(0, count($input) - 1)
773 B
773 B