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
aa37291e20
commit
7eee6fa759
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
--TEST--
|
--TEST--
|
||||||
Test rsort() function : usage variations - String values
|
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--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
/* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
|
/* Prototype : bool rsort(array &$array_arg [, int $sort_flags])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue