mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- skip on win
This commit is contained in:
parent
c0aca2f440
commit
275dc66774
1 changed files with 18 additions and 7 deletions
|
@ -1,5 +1,10 @@
|
|||
--TEST--
|
||||
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] )
|
||||
|
@ -76,8 +81,10 @@ array(11) {
|
|||
string(2) "\a"
|
||||
[""]=>
|
||||
string(1) ""
|
||||
["
"]=>
|
||||
string(1) "
"
|
||||
["
|
||||
"]=>
|
||||
string(1) "
|
||||
"
|
||||
[""]=>
|
||||
string(1) ""
|
||||
[""]=>
|
||||
|
@ -104,8 +111,10 @@ array(11) {
|
|||
string(2) "\a"
|
||||
[""]=>
|
||||
string(1) ""
|
||||
["
"]=>
|
||||
string(1) "
"
|
||||
["
|
||||
"]=>
|
||||
string(1) "
|
||||
"
|
||||
[""]=>
|
||||
string(1) ""
|
||||
[""]=>
|
||||
|
@ -132,8 +141,10 @@ array(11) {
|
|||
string(2) "\a"
|
||||
[""]=>
|
||||
string(1) ""
|
||||
["
"]=>
|
||||
string(1) "
"
|
||||
["
|
||||
"]=>
|
||||
string(1) "
|
||||
"
|
||||
[""]=>
|
||||
string(1) ""
|
||||
[""]=>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue