mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- skip on win
This commit is contained in:
parent
aa37291e20
commit
7eee6fa759
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
--TEST--
|
||||
Test rsort() function : usage variations - String values
|
||||
--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 rsort(array &$array_arg [, int $sort_flags])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue