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

index 7e3ddc55d79f72a1ac4cea05384512bfd3ca4760..361480008a9cd2c58b229d2422ec662915adc710 100644 (file)
@@ -1,5 +1,10 @@
 --TEST--
 Test array_change_key_case() function : usage variations - Different strings as keys
+--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  : array array_change_key_case(array $input [, int $case])