You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of the string and number comparison operators has been changed since php 8, but ksort and krsort functions still use the old rules.
It leads to inconsistent situations, when after ksort the first key is greater than some of the next ones by according to the basic comparison operators.