--TEST-- array_method: 1 --FILE-- sort(SORT_NATURAL | SORT_FLAG_CASE); Assert::same($array, $sorted_array); echo "done\n"; } ?> --EXPECT-- done