]> granicus.if.org Git - php/commitdiff
- skip on win
authorPierre Joye <pajoye@php.net>
Tue, 13 Dec 2011 23:04:01 +0000 (23:04 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 13 Dec 2011 23:04:01 +0000 (23:04 +0000)
ext/standard/tests/array/asort_variation5.phpt

index c440b5f13f1891cccda02cba5a1663a1a1d22365..3d6a12ef27f78306ed7b4599d6f54a01d49f8c6b 100644 (file)
@@ -1,5 +1,10 @@
 --TEST--
-Test asort() function : usage variations - sort strings 
+Test asort() function : usage variations - sort strings
+--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 asort ( array &$array [, int $asort_flags] )