diff options
author | Pierre Joye <pajoye@php.net> | 2011-12-12 14:02:06 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-12-12 14:02:06 +0000 |
commit | a275c409c623014e909a7f731556fc9eee0b2d8a (patch) | |
tree | e5ac0ddab27f533e58e629a5d0ddcb79422acdcf | |
parent | 02e898c9e0fb3ee1f234cfd510ae5bb47a4f6ccb (diff) | |
download | php-git-a275c409c623014e909a7f731556fc9eee0b2d8a.tar.gz |
- skip on win
-rw-r--r-- | ext/standard/tests/array/rsort_variation5.phpt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/standard/tests/array/rsort_variation5.phpt b/ext/standard/tests/array/rsort_variation5.phpt index 8b3fa65abe..c0184e83b9 100644 --- a/ext/standard/tests/array/rsort_variation5.phpt +++ b/ext/standard/tests/array/rsort_variation5.phpt @@ -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]) |