1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00
Files
archived-php-src/ext
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-26 16:24:53 +02:00
2019-10-19 11:52:38 +02:00
2019-10-26 16:24:53 +02:00
2019-10-18 16:24:14 +02:00
2019-10-26 16:08:00 +02:00
2019-10-19 22:12:18 +02:00
2019-10-18 16:55:46 +02:00
2019-10-24 07:40:27 +02:00
2019-10-01 11:19:43 +02:00
2019-10-07 17:57:49 +03:00
2019-10-25 10:51:17 +02:00
2019-10-19 19:20:25 +02:00
2019-10-02 10:34:08 +02:00
2019-10-20 23:20:26 -07:00
2019-10-07 16:32:42 +02:00
2019-10-25 16:32:14 +02:00
2019-10-24 14:47:15 +02:00
2019-10-19 12:59:59 +02:00
2019-10-07 17:57:49 +03:00
2019-10-07 09:19:08 +02:00
2019-10-15 15:38:24 -04:00
2019-10-05 11:11:52 +02:00
2019-09-30 17:52:39 +02:00
2019-10-07 16:44:44 +02:00
2019-10-07 17:57:49 +03:00
2019-10-19 19:20:25 +02:00
2019-10-21 10:19:57 +02:00
2019-10-07 17:57:49 +03:00
2019-10-14 16:37:27 +02:00
2019-10-07 10:24:41 +02:00
2019-10-06 13:47:21 +02:00
2019-10-25 12:53:24 +02:00
2019-10-23 10:47:59 +02:00
2019-10-17 23:40:30 +02:00