From: Kai Schroeder Date: Sun, 9 Feb 2003 13:19:23 +0000 (+0000) Subject: is_executable() does not exist on Windows X-Git-Tag: RELEASE_0_5~1194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea9101135f3833738d18e0d854949f480c6de5c1;p=php is_executable() does not exist on Windows --- diff --git a/ext/standard/tests/file/003-win32.phpt b/ext/standard/tests/file/003-win32.phpt new file mode 100644 index 0000000000..09940f0a8a --- /dev/null +++ b/ext/standard/tests/file/003-win32.phpt @@ -0,0 +1,46 @@ +--TEST-- +is_*() and file_exists() return values are boolean. +--SKIPIF-- + +--POST-- +--GET-- +--FILE-- + +--EXPECT-- +boolean +boolean +boolean +boolean +boolean +boolean +boolean +boolean diff --git a/ext/standard/tests/file/003.phpt b/ext/standard/tests/file/003.phpt index 2b75bdccee..7de2cdca76 100644 --- a/ext/standard/tests/file/003.phpt +++ b/ext/standard/tests/file/003.phpt @@ -1,5 +1,11 @@ --TEST-- is_*() and file_exists() return values are boolean. +--SKIPIF-- + --POST-- --GET-- --FILE--