summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/copy_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/copy_error.phpt')
-rw-r--r--ext/standard/tests/file/copy_error.phpt16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/standard/tests/file/copy_error.phpt b/ext/standard/tests/file/copy_error.phpt
index 98f6368fb2..8550dad4b2 100644
--- a/ext/standard/tests/file/copy_error.phpt
+++ b/ext/standard/tests/file/copy_error.phpt
@@ -33,22 +33,6 @@ NULL
Warning: copy() expects at least 2 parameters, 1 given in %s on line %d
NULL
-Warning: copy() expects parameter 3 to be resource, string given in %s on line %d
-NULL
-*** Done ***
-
---UEXPECTF--
-*** Testing copy() function: error conditions --
-
-Warning: copy(/no/file): failed to open stream: No such file or directory in %s on line %d
-bool(false)
-
-Warning: copy() expects at least 2 parameters, 0 given in %s on line %d
-NULL
-
-Warning: copy() expects at least 2 parameters, 1 given in %s on line %d
-NULL
-
Warning: copy() expects parameter 3 to be resource, Unicode string given in %s on line %d
NULL
*** Done ***