]> 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 faf7a5de5d374e34a7b807b0e5f8df57f0a54223..bb27dd6927ad7559189355b5ea83fadb6c35b47f 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] )