- skip on win

This commit is contained in:
Pierre Joye 2011-12-12 14:02:06 +00:00
parent aa37291e20
commit 7eee6fa759

View file

@ -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])