summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-08-11 11:52:10 +0000
committerPierre Joye <pajoye@php.net>2008-08-11 11:52:10 +0000
commita291e00be694618e58c096671bb06a19c9216c9c (patch)
treed3beaa597024b283a8b23befeffcfb4ff894bd19
parent1b7e8624446128ec39ac27ee7c126746522442d7 (diff)
downloadphp-git-a291e00be694618e58c096671bb06a19c9216c9c.tar.gz
- MFH: make it platform independent (/ vs \)
-rw-r--r--ext/standard/tests/file/copy_variation13.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/copy_variation13.phpt b/ext/standard/tests/file/copy_variation13.phpt
index 97fc04d5ee..a71c597e41 100644
--- a/ext/standard/tests/file/copy_variation13.phpt
+++ b/ext/standard/tests/file/copy_variation13.phpt
@@ -44,7 +44,7 @@ rmdir(dirname(__FILE__)."/copy_variation13");
*** Test copy() function: Trying to copy dir to file ***
*** Testing copy() in copying dir to file ***
-Warning: copy(): The first argument to copy() function cannot be a directory in %s/copy_variation13.php on line %d
+Warning: copy(): The first argument to copy() function cannot be a directory in %scopy_variation13.php on line %d
bool(false)
bool(true)
bool(true)