diff options
author | Pierre Joye <pajoye@php.net> | 2008-08-11 11:52:10 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-08-11 11:52:10 +0000 |
commit | a291e00be694618e58c096671bb06a19c9216c9c (patch) | |
tree | d3beaa597024b283a8b23befeffcfb4ff894bd19 | |
parent | 1b7e8624446128ec39ac27ee7c126746522442d7 (diff) | |
download | php-git-a291e00be694618e58c096671bb06a19c9216c9c.tar.gz |
- MFH: make it platform independent (/ vs \)
-rw-r--r-- | ext/standard/tests/file/copy_variation13.phpt | 2 |
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) |