- skip on win

This commit is contained in:
Pierre Joye 2011-12-13 23:04:01 +00:00
parent 609ade1bed
commit 3b8e237128

View File

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