From: Kai Schroeder Date: Sun, 9 Feb 2003 13:20:17 +0000 (+0000) Subject: there are no symlinks on Windows X-Git-Tag: RELEASE_0_5~1193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11e81f89fda7f09ad800c6163927e9eda40d49a4;p=php there are no symlinks on Windows --- diff --git a/ext/standard/tests/file/001-win32.phpt b/ext/standard/tests/file/001-win32.phpt new file mode 100644 index 0000000000..d18ee325a6 --- /dev/null +++ b/ext/standard/tests/file/001-win32.phpt @@ -0,0 +1,127 @@ +--TEST-- +File type functions +--SKIPIF-- + +--POST-- +--GET-- +--FILE-- + +--EXPECT-- +test.file does not exist +test.file exists +test.link does not exist +test.file is not a symlink +test.link is not a symlink +test.file exists +test.file is file +test.link is file +test.file permissions are 0666 +test.file size is 0 +test.file is writeable +test.file is readable +test.file is a regular file +test.link is not a regular file +test.link is not a directory +../file is a directory +test.file is not a directory +test.file does not exist +test.file does not exist diff --git a/ext/standard/tests/file/001.phpt b/ext/standard/tests/file/001.phpt index 24afa3fa6d..2191fa23d6 100644 --- a/ext/standard/tests/file/001.phpt +++ b/ext/standard/tests/file/001.phpt @@ -1,5 +1,11 @@ --TEST-- File type functions +--SKIPIF-- + --POST-- --GET-- --FILE--