diff options
-rw-r--r-- | ext/standard/tests/file/lchown_basic.phpt | 4 | ||||
-rw-r--r-- | ext/standard/tests/file/lchown_error.phpt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/file/lchown_basic.phpt b/ext/standard/tests/file/lchown_basic.phpt index 411a64a4db..9675d3acae 100644 --- a/ext/standard/tests/file/lchown_basic.phpt +++ b/ext/standard/tests/file/lchown_basic.phpt @@ -2,8 +2,8 @@ Test lchown() function : basic functionality --SKIPIF-- <?php -if (substr(PHP_OS, 0, 3) == 'WIN') die('Skip: no windows support'); -if (!function_exists("posix_getuid")) die("skip: no posix_getuid()"); +if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support'); +if (!function_exists("posix_getuid")) die("skip no posix_getuid()"); ?> --FILE-- <?php diff --git a/ext/standard/tests/file/lchown_error.phpt b/ext/standard/tests/file/lchown_error.phpt index edc7338623..8908f46db3 100644 --- a/ext/standard/tests/file/lchown_error.phpt +++ b/ext/standard/tests/file/lchown_error.phpt @@ -2,8 +2,8 @@ Test lchown() function : error functionality --SKIPIF-- <?php -if (substr(PHP_OS, 0, 3) == 'WIN') die('Skip: no windows support'); -if (!function_exists("posix_getuid")) die("skip: no posix_getuid()"); +if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support'); +if (!function_exists("posix_getuid")) die("skip no posix_getuid()"); ?> --FILE-- <?php |