summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/stat_variation6-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/stat_variation6-win32.phpt')
-rw-r--r--ext/standard/tests/file/stat_variation6-win32.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/tests/file/stat_variation6-win32.phpt b/ext/standard/tests/file/stat_variation6-win32.phpt
index 3dae75b2e6..144cbe2fe4 100644
--- a/ext/standard/tests/file/stat_variation6-win32.phpt
+++ b/ext/standard/tests/file/stat_variation6-win32.phpt
@@ -67,7 +67,6 @@ clearstatcache(); // clear statement cache
echo "\n*** Done ***";
?>
-
--CLEAN--
<?php
$file_path = dirname(__FILE__);
@@ -75,7 +74,6 @@ unlink("$file_path/stat_variation6.tmp");
rmdir("$file_path/stat_variation6");
?>
--EXPECTF--
-
*** Testing stat() on file with miscelleneous file permission and content ***
bool(true)
bool(true)
@@ -89,4 +87,3 @@ bool(true)
bool(true)
*** Done ***
-