Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
RFCs
»
Change behaviour of array sort functions to return a copy of the sorted array
»
RFC: Change behaviour of array sort functions to return a copy of the sorted array
Project Governance
Author
girgias
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...
Mailing List Discussions
[RFC] Change behaviour of array sort functions to return a copy of the sorted array
View Original
This RFC has not yet started voting