rfc:array-sort-return-array
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rfc:array-sort-return-array [2024/10/20 17:41] – created girgias | rfc:array-sort-return-array [2025/04/03 13:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
* Date: 2024-10-20 | * Date: 2024-10-20 | ||
* Author: Gina Peter Banyard < | * Author: Gina Peter Banyard < | ||
- | * Status: | + | * Status: |
* Target Version: PHP 8.5 | * Target Version: PHP 8.5 | ||
* Implementation: | * Implementation: | ||
Line 13: | Line 13: | ||
The PHP array sort functions take the array to sort as a by-reference array to sort the array in place. | The PHP array sort functions take the array to sort as a by-reference array to sort the array in place. | ||
However, since PHP 5.6 these function have only ever returned < | However, since PHP 5.6 these function have only ever returned < | ||
+ | |||
Moreover, it would only return < | Moreover, it would only return < | ||
This effectively means the return values of these functions are useless. | This effectively means the return values of these functions are useless. | ||
Line 43: | Line 44: | ||
* < | * < | ||
* < | * < | ||
- | * <php>array_walk_recusrive()</ | + | * <php>array_walk_recursive()</ |
from < | from < | ||
Line 55: | Line 56: | ||
===== Unaffected PHP Functionality ===== | ===== Unaffected PHP Functionality ===== | ||
+ | |||
+ | The functions continue to take the first parameter by-reference and do the sorting in-place. | ||
The sort methods from the SPL < | The sort methods from the SPL < | ||
Line 74: | Line 77: | ||
===== References ===== | ===== References ===== | ||
+ | |||
+ | Internals discussion thread: https:// | ||
rfc/array-sort-return-array.1729446066.txt.gz · Last modified: 2025/04/03 13:08 (external edit)