Browse Source

- skip on win

pull/271/head
Pierre Joye 15 years ago
parent
commit
d15e57d5db
  1. 5
      ext/standard/tests/array/array_change_key_case_variation8.phpt

5
ext/standard/tests/array/array_change_key_case_variation8.phpt

@ -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])

Loading…
Cancel
Save