]> 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 eba6bc4201f4a4f6274f7e76b2329a12a1d29289..e955cb34fd3e4f11cf057f435cfbc93f90a64f74 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])