]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Fri, 11 Jul 2008 09:17:10 +0000 (09:17 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 11 Jul 2008 09:17:10 +0000 (09:17 +0000)
ext/standard/tests/file/lchown_basic.phpt
ext/standard/tests/file/lchown_error.phpt

index 411a64a4db470b234ec7bb13aaac75c9366d6798..9675d3acae8c1954fbc1b3851ab1c6f5f0321d9c 100644 (file)
@@ -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
index edc7338623649267bc976a42004a1a2a3e1575b6..8908f46db39b1ce0e8ea0fe6adebfcb42572f2be 100644 (file)
@@ -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