peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.33k stars 202 forks source link

[WordPress] sort() with SORT_STRING | SORT_FLAG_CASE is not implemented #1099

Closed jakubmisek closed 1 year ago

jakubmisek commented 1 year ago
sort( [], SORT_STRING | SORT_FLAG_CASE ); // throws NotImplementedException

Used by WP 6.1.1

jakubmisek commented 1 year ago

impl in https://github.com/peachpiecompiler/peachpie/commit/574251709257769ec975b66a490761a3a061add0