Home
last modified time | relevance | path

Searched defs:preserve_keys (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/spl/
H A Dphp_spl.stub.php53 function iterator_to_array(iterable $iterator, bool $preserve_keys = true): array {}
/php-src/ext/standard/
H A Dbasic_functions.stub.php1695 function array_slice(array $array, int $offset, ?int $length = null, bool $preserve_keys = false): …
1758 function array_reverse(array $array, bool $preserve_keys = false): array {}
1917 function array_chunk(array $array, int $length, bool $preserve_keys = false): array {}
H A Darray.c3899 bool preserve_keys = 0; /* Whether to preserve keys while copying to the new array */ local
4699 bool preserve_keys = 0; /* whether to preserve keys */ local
6811 bool preserve_keys = 0; local

Completed in 29 milliseconds