1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
Files
archived-php-src/ext/standard
Nikita Popov e12b9df05d Make sorting stable
Make user-exposed sorts stable, by storing the position of elements
in the original array, and using those positions as a fallback
comparison criterion. The base sort is still hybrid q/insert.

The use of true/false comparison functions is deprecated (but still
supported) and should be replaced by -1/0/1 comparison functions,
driven by the <=> operator.

RFC: https://wiki.php.net/rfc/stable_sorting

Closes GH-5236.
2020-06-25 10:49:34 +02:00
..
2020-06-25 10:49:34 +02:00
2020-06-25 10:49:34 +02:00
2020-06-24 11:44:47 +02:00
2020-06-24 12:09:49 +02:00
2020-05-14 09:39:03 +02:00
2020-06-17 13:04:01 +00:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-05-14 13:35:12 +02:00
2020-05-04 23:02:00 +02:00
2020-05-04 23:02:00 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 23:28:36 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-02-24 10:20:49 +01:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-02-25 10:21:31 +01:00
2020-06-19 17:21:55 +02:00
2020-06-07 10:36:50 +02:00
2020-06-25 10:49:34 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-05-14 10:25:52 +02:00
2020-06-08 10:38:45 +02:00
2020-06-08 10:38:45 +02:00
2020-05-13 14:56:05 +02:00
2020-06-08 10:38:45 +02:00
2020-06-17 16:36:56 +02:00