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.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/file/copy_error.phpt b/ext/standard/tests/file/copy_error.phpt
index ad723370e4..2d6395167b 100644
--- a/ext/standard/tests/file/copy_error.phpt
+++ b/ext/standard/tests/file/copy_error.phpt
@@ -20,7 +20,6 @@ var_dump( copy(__FILE__, "file1", "file1") );
echo "*** Done ***\n";
?>
-
--EXPECTF--
*** Testing copy() function: error conditions --
@@ -36,4 +35,3 @@ NULL
Warning: copy() expects parameter 3 to be resource, string given in %s on line %d
NULL
*** Done ***
-