]> 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 f9893da790d7b53a594e1c2a61461ced5e507994..3dc22ce0e0269f0650d249ee3b101beb63b4865e 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])