From: Pierre Joye Date: Wed, 8 Jul 2009 10:43:32 +0000 (+0000) Subject: - windows version X-Git-Tag: php-5.4.0alpha1~191^2~3135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc4ba9d30444fbae691214974b3c1d3f8e85544b;p=php - windows version --- diff --git a/ext/standard/tests/file/rename_variation7-win32.phpt b/ext/standard/tests/file/rename_variation7-win32.phpt new file mode 100644 index 0000000000..7bef31f22f --- /dev/null +++ b/ext/standard/tests/file/rename_variation7-win32.phpt @@ -0,0 +1,36 @@ +--TEST-- +Test rename() function: usage variations-8 +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +Warning: symlink(): Could not fetch file information(error 2) in %s on line %d + +Warning: readlink(): Could not open file (error 2) in %s on line %d +bool(false) + +Warning: readlink(): Could not open file (error 2) in %s on line %d +bool(false) +Done