Browse Source

- skip on win

pull/271/head
Pierre Joye 14 years ago
parent
commit
a275c409c6
  1. 5
      ext/standard/tests/array/rsort_variation5.phpt

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

@ -1,5 +1,10 @@
--TEST--
Test rsort() function : usage variations - String values
--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 rsort(array &$array_arg [, int $sort_flags])

Loading…
Cancel
Save