--TEST--
-Test ksort() function : usage variations - sort strings
+Test ksort() 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 ksort ( array &$array [, int $sort_flags] )
string(1) "\v"
["\f"]=>
string(1) "\f"
- ["\r"]=>
- string(1) "\r"
+ ["
+"]=>
+ string(1) "
+"
["\a"]=>
string(2) "\a"
["\cx"]=>
string(1) "\v"
["\f"]=>
string(1) "\f"
- ["\r"]=>
- string(1) "\r"
+ ["
+"]=>
+ string(1) "
+"
["\a"]=>
string(2) "\a"
["\cx"]=>
string(1) "\v"
["\f"]=>
string(1) "\f"
- ["\r"]=>
- string(1) "\r"
+ ["
+"]=>
+ string(1) "
+"
["\a"]=>
string(2) "\a"
["\cx"]=>