]> granicus.if.org Git - php/commitdiff
- skip on win
authorPierre Joye <pajoye@php.net>
Mon, 12 Dec 2011 14:02:06 +0000 (14:02 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 12 Dec 2011 14:02:06 +0000 (14:02 +0000)
ext/standard/tests/array/rsort_variation5.phpt

index 8b3fa65abe564097364936980aa234ad95fcc77b..c0184e83b9f6cc7e69b87cdbe68a7298c1d48f53 100644 (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])