diff options
author | Pierre Joye <pajoye@php.net> | 2011-12-13 23:04:01 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-12-13 23:04:01 +0000 |
commit | 8e54a63133226414062d39c04723bf30978017c0 (patch) | |
tree | f22d7805925d43c6cb21a62c7a24eacea5723074 | |
parent | 603bfaaff4175a2c15bdb6f855ed6c0cf22db079 (diff) | |
download | php-git-8e54a63133226414062d39c04723bf30978017c0.tar.gz |
- skip on win
-rw-r--r-- | ext/standard/tests/array/asort_variation5.phpt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/standard/tests/array/asort_variation5.phpt b/ext/standard/tests/array/asort_variation5.phpt index faf7a5de5d..bb27dd6927 100644 --- a/ext/standard/tests/array/asort_variation5.phpt +++ b/ext/standard/tests/array/asort_variation5.phpt @@ -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] ) |