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
a275c409c6
commit
b54e8fa231
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
--TEST--
|
--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--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
/* Prototype : bool sort ( array &$array [, int $sort_flags] )
|
/* Prototype : bool sort ( array &$array [, int $sort_flags] )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue