From: Pierre Joye Date: Mon, 18 Aug 2008 18:10:36 +0000 (+0000) Subject: - new parameter API error X-Git-Tag: BEFORE_HEAD_NS_CHANGE~655 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=635c9787623e945edfe8a8e50ad81082ed8aa4cd;p=php - new parameter API error --- diff --git a/ext/standard/tests/file/popen_pclose_error-win32.phpt b/ext/standard/tests/file/popen_pclose_error-win32.phpt index b75dfe6177..f81cd52605 100644 --- a/ext/standard/tests/file/popen_pclose_error-win32.phpt +++ b/ext/standard/tests/file/popen_pclose_error-win32.phpt @@ -3,8 +3,8 @@ Test popen() and pclose function: error conditions --SKIPIF-- --FILE-- @@ -45,13 +45,13 @@ resource(%d) of type (stream) '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 ---