Ad
  • Custom User Avatar
    • fixed the order of expected and actual

    • fixed by upgrading to PHP 8.0

      • root cause of the issue: the reference solution used usort

      the manual says:

      If two members compare as equal, they retain their original order. Prior to PHP 8.0.0, their relative order in the sorted array was undefined.