pajoye Mon Aug 18 18:10:50 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/file popen_pclose_error-win32.phpt
Log:
- MFH: new parameter API error
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/popen_pclose_error-win32.phpt?r1=1.1.2.1.2.3&r2=1.1.2.1.2.4&diff_format=u
Index: php-src/ext/standard/tests/file/popen_pclose_error-win32.phpt
diff -u
php-src/ext/standard/tests/file/popen_pclose_error-win32.phpt:1.1.2.1.2.3
php-src/ext/standard/tests/file/popen_pclose_error-win32.phpt:1.1.2.1.2.4
--- php-src/ext/standard/tests/file/popen_pclose_error-win32.phpt:1.1.2.1.2.3
Sat Aug 16 13:28:12 2008
+++ php-src/ext/standard/tests/file/popen_pclose_error-win32.phpt Mon Aug
18 18:10:50 2008
@@ -3,8 +3,8 @@
--SKIPIF--
<?php
-if(substr(PHP_OS, 0, 3) != 'WIN') die("skip Valid only on Windows");
-if(PHP_DEBUG) die("skip Not Valid for debug builds");
+if (substr(PHP_OS, 0, 3) != 'WIN') die("skip Valid only on Windows");
+if (PHP_DEBUG) die("skip Not Valid for debug builds");
?>
--FILE--
@@ -45,13 +45,13 @@
'abc.txt' is not recognized as an internal or external command,
operable program or batch file.
-Warning: Wrong parameter count for pclose() in %s on line %d
-NULL
+Warning: pclose() expects exactly 1 parameter, 0 given in %s on line %d
+bool(false)
-Warning: Wrong parameter count for pclose() in %s on line %d
-NULL
+Warning: pclose() expects exactly 1 parameter, 2 given in %s on line %d
+bool(false)
-Warning: pclose(): supplied argument is not a valid stream resource in %s on
line %d
+Warning: pclose() expects parameter 1 to be resource, integer given in %s on
line %d
bool(false)
--- Done ---
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php