mirror of
https://github.com/php/php-src.git
synced 2025-01-24 20:53:37 +08:00
- skip on win
This commit is contained in:
parent
1d7ed3f0dc
commit
e1d45c6db8
@ -1,5 +1,10 @@
|
|||||||
--TEST--
|
--TEST--
|
||||||
Test array_change_key_case() function : usage variations - Different strings as keys
|
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--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
/* Prototype : array array_change_key_case(array $input [, int $case])
|
/* Prototype : array array_change_key_case(array $input [, int $case])
|
||||||
|
Loading…
Reference in New Issue
Block a user