]> granicus.if.org Git - php/commitdiff
- MFH: remove confusion for non windows/linux users
authorPierre Joye <pajoye@php.net>
Sat, 16 Aug 2008 13:28:12 +0000 (13:28 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 16 Aug 2008 13:28:12 +0000 (13:28 +0000)
ext/standard/tests/file/popen_pclose_error-win32-debug.phpt
ext/standard/tests/file/popen_pclose_error-win32.phpt

index e0951875c76421c33fa9a16dc437afcf9facfe1f..e41d6b113e703d3bf309350a9d6adde1e632338b 100644 (file)
@@ -3,7 +3,7 @@ Test popen() and pclose function: error conditions
 
 --SKIPIF--
 <?php
-if(substr(PHP_OS, 0, 3) != 'WIN' && PHP_DEBUG) die("skip Not Valid for Linux");
+if(substr(PHP_OS, 0, 3) != 'WIN' && PHP_DEBUG) die("skip Valid only on Windows");
 if(!PHP_DEBUG) die("skip Not Valid for release builds");
 
 ob_start();phpinfo(INFO_GENERAL);$inf=ob_get_contents(); ob_end_clean();
index ad5e67358b7b539467910db5f4ccb5e4e90c1a68..0ae9e6397aa06d893ba0c72090c819ce0a0ec734 100644 (file)
@@ -3,7 +3,7 @@ Test popen() and pclose function: error conditions
 
 --SKIPIF--
 <?php
-if(substr(PHP_OS, 0, 3) != 'WIN') die("skip Not Valid for Linux");
+if(substr(PHP_OS, 0, 3) != 'WIN') die("skip Valid only on Windows");
 if(PHP_DEBUG) die("skip Not Valid for debug builds");
 ?>