diff options
Diffstat (limited to 'ext/standard/tests/file/popen_pclose_error-win32.phpt')
-rw-r--r-- | ext/standard/tests/file/popen_pclose_error-win32.phpt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/standard/tests/file/popen_pclose_error-win32.phpt b/ext/standard/tests/file/popen_pclose_error-win32.phpt index bdacc438fe..9b6944581c 100644 --- a/ext/standard/tests/file/popen_pclose_error-win32.phpt +++ b/ext/standard/tests/file/popen_pclose_error-win32.phpt @@ -55,25 +55,3 @@ Warning: pclose(): supplied argument is not a valid stream resource in %s on lin bool(false) --- Done --- ---UEXPECTF-- -*** Testing for error conditions *** - -Warning: popen() expects exactly 2 parameters, 0 given in %s on line %d -NULL - -Warning: popen() expects exactly 2 parameters, 1 given in %s on line %d -NULL -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: Wrong parameter count for pclose() in %s on line %d -NULL - -Warning: pclose(): supplied argument is not a valid stream resource in %s on line %d -bool(false) - ---- Done --- |