mirror of
https://github.com/php/php-src.git
synced 2025-01-21 19:24:16 +08:00
- skip on win
This commit is contained in:
parent
a275c409c6
commit
b54e8fa231
@ -1,5 +1,10 @@
|
||||
--TEST--
|
||||
Test sort() function : usage variations - sort strings
|
||||
Test sort() 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 sort ( array &$array [, int $sort_flags] )
|
||||
|
Loading…
Reference in New Issue
Block a user