1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Files
archived-php-src/ext/standard
Tyson Andre e7ff590d0d Optimize array_slice for packed arrays with large offsets
If the offset is 100000, and there are no gaps in the packed/unpacked array,
then advance the pointer once by 100000,
instead of looping and skipping 100000 times.

Add a new test of array_slice handling unset offsets.

Closes GH-4860.
2019-10-28 11:30:59 +01:00
..
2019-10-11 16:36:11 +02:00
2019-09-30 10:30:20 +02:00
2019-10-23 17:42:16 +02:00
2019-08-14 19:24:16 +02:00
2019-10-11 16:36:11 +02:00
2019-10-08 12:35:47 +02:00
2019-10-02 11:21:17 +02:00
2019-10-11 16:36:11 +02:00
2019-09-30 10:30:20 +02:00
2019-10-22 12:09:04 +02:00
2019-10-07 17:52:54 +02:00
2019-09-30 10:30:20 +02:00