RFC: Change behaviour of array sort functions to return a copy of the sorted array

Project Governance
Author
Target
8.5
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 ret...

This RFC has not yet started voting