summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/popen_pclose_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/popen_pclose_error.phpt')
-rw-r--r--ext/standard/tests/file/popen_pclose_error.phpt22
1 files changed, 0 insertions, 22 deletions
diff --git a/ext/standard/tests/file/popen_pclose_error.phpt b/ext/standard/tests/file/popen_pclose_error.phpt
index f6932f108e..0d33184905 100644
--- a/ext/standard/tests/file/popen_pclose_error.phpt
+++ b/ext/standard/tests/file/popen_pclose_error.phpt
@@ -54,25 +54,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
-
-Warning: popen(abc.txt,rw): %s on line %d
-bool(false)
-
-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 ---