--TEST--
-Test krsort() function : usage variations - sort strings
+Test krsort() function : usage variations - sort strings
+--SKIPIF--
+<?php
+if (substr(PHP_OS, 0, 3) == 'WIN') {
+ die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)");
+}
--FILE--
<?php
/* Prototype : bool krsort ( array &$array [, int $sort_flags] )
string(2) "\a"
["\e"]=>
string(1) "\e"
- ["\r"]=>
- string(1) "\r"
+ ["
+"]=>
+ string(1) "
+"
["\f"]=>
string(1) "\f"
["\v"]=>
string(2) "\a"
["\e"]=>
string(1) "\e"
- ["\r"]=>
- string(1) "\r"
+ ["
+"]=>
+ string(1) "
+"
["\f"]=>
string(1) "\f"
["\v"]=>
string(2) "\a"
["\e"]=>
string(1) "\e"
- ["\r"]=>
- string(1) "\r"
+ ["
+"]=>
+ string(1) "
+"
["\f"]=>
string(1) "\f"
["\v"]=>