From df9fbb6a736dc97f5e41d890bb32f7f6e9f593ff Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 12 Aug 2007 16:29:43 +0000 Subject: [PATCH] Fixed test --- ext/standard/tests/file/copy_variation13.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/file/copy_variation13.phpt b/ext/standard/tests/file/copy_variation13.phpt index 7ca16c270a..bd1a21dab5 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(%s): %s +Warning: copy(): The first argument to copy() function cannot be a directory in %s/copy_variation13.php on line %d bool(false) bool(true) bool(true) -- 2.50.1