From: Raghubansh Kumar Date: Mon, 20 Aug 2007 03:37:39 +0000 (+0000) Subject: fix tests X-Git-Tag: php-5.2.4RC3~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f0be4f49d8102071d1780da5fce8fa34a561c94;p=php fix tests --- diff --git a/ext/standard/tests/file/copy_variation12.phpt b/ext/standard/tests/file/copy_variation12.phpt index e5a415e9d7..76d386e6e9 100644 --- a/ext/standard/tests/file/copy_variation12.phpt +++ b/ext/standard/tests/file/copy_variation12.phpt @@ -45,7 +45,7 @@ rmdir(dirname(__FILE__)."/copy_variation12"); Warning: copy(): The first argument to copy() function cannot be a directory in %s/copy_variation12.php on line %d bool(false) bool(false) -int(4096) +int(%d) Warning: filesize(): stat failed for %s/copy_copy_variation12 in %s/copy_variation12.php on line %d bool(false) diff --git a/ext/standard/tests/file/copy_variation15.phpt b/ext/standard/tests/file/copy_variation15.phpt index f3eb6ea04e..b17e7b6a59 100644 --- a/ext/standard/tests/file/copy_variation15.phpt +++ b/ext/standard/tests/file/copy_variation15.phpt @@ -2,8 +2,8 @@ Test copy() function: usage variations - destination dir access perms --SKIPIF-- --FILE-- --FILE-- - --FILE-- string(%d) %s ["passwd"]=> - string(1) "x" + string(%d) "%s" ["uid"]=> int(%d) ["gid"]=> @@ -75,8 +75,8 @@ int(%d) int(%d) -- Testing with the standard file or directory -- -int(0) -int(0) -int(0) +int(%d) +int(%d) +int(%d) *** Done ***