summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-12-12 14:02:06 +0000
committerPierre Joye <pajoye@php.net>2011-12-12 14:02:06 +0000
commita275c409c623014e909a7f731556fc9eee0b2d8a (patch)
treee5ac0ddab27f533e58e629a5d0ddcb79422acdcf
parent02e898c9e0fb3ee1f234cfd510ae5bb47a4f6ccb (diff)
downloadphp-git-a275c409c623014e909a7f731556fc9eee0b2d8a.tar.gz
- skip on win
-rw-r--r--ext/standard/tests/array/rsort_variation5.phpt5
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])