Francesco Trucchia <ft@ideato.it>
Jacopo Romei <jacopo@sviluppoagile.it>
#Test Fest Cesena (Italy) on 2009-06-20
---SKIPIF--
-<?php
-if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
-?>
--FILE--
<?php
Francesco Trucchia <ft@ideato.it>
Jacopo Romei <jacopo@sviluppoagile.it>
#Test Fest Cesena (Italy) on 2009-06-20
---SKIPIF--
-<?php
-if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
-?>
--FILE--
<?php
Francesco Trucchia <ft@ideato.it>
Jacopo Romei <jacopo@sviluppoagile.it>
#Test Fest Cesena (Italy) on 2009-06-20
---SKIPIF--
-<?php
-if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
-?>
--FILE--
<?php
Francesco Trucchia <ft@ideato.it>
Jacopo Romei <jacopo@sviluppoagile.it>
#Test Fest Cesena (Italy) on 2009-06-20
---SKIPIF--
-<?php
-if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
-?>
--FILE--
<?php
--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])
--TEST--
Test arsort() 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 arsort ( array &$array [, int $asort_flags] )
--TEST--
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] )
--TEST--
Test krsort() 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 krsort ( array &$array [, int $sort_flags] )
--TEST--
Test ksort() 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 ksort ( array &$array [, int $sort_flags] )
--TEST--
Test natcasesort() function : usage variations - different string types
---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 natcasesort(array &$array_arg)
--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])
--TEST--
Test sort() 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 sort ( array &$array [, int $sort_flags] )
--TEST--
Test readlink() and realpath() functions: usage variation - invalid args
---SKIPIF--
-<?php
-if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip no symlinks on Windows');
-}
-?>
--FILE--
<?php
/* Prototype: string readlink ( string $path );
Test readlink() function: usage variations - invalid filenames
--CREDITS--
Dave Kelsey <d_kelsey@uk.ibm.com>
---SKIPIF--
-<?php
-if (substr(PHP_OS, 0, 3) == 'WIN') {
- die('skip no links on Windows');
-}
-?>
--FILE--
<?php
/* Prototype: string readlink ( string $path );
Req #60524 (Specify temporary directory)
--INI--
sys_temp_dir=/path/to/temp/dir
---SKIPIF--
-<?php
-if(PHP_OS_FAMILY === "Windows") {
- die('skip non-windows only test');
-}
-?>
--FILE--
<?php echo sys_get_temp_dir(); ?>
--EXPECT--