summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/stat_variation4-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/stat_variation4-win32.phpt')
-rw-r--r--ext/standard/tests/file/stat_variation4-win32.phpt7
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/standard/tests/file/stat_variation4-win32.phpt b/ext/standard/tests/file/stat_variation4-win32.phpt
index a5e25f99d0..bcf61439d8 100644
--- a/ext/standard/tests/file/stat_variation4-win32.phpt
+++ b/ext/standard/tests/file/stat_variation4-win32.phpt
@@ -9,11 +9,6 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
--FILE--
<?php
-/*
- * Prototype: array stat ( string $filename );
- * Description: Gives information about a file
- */
-
/* test the effects on the stats of dir/file for using is_dir() & is_file() on dir/file */
$file_path = __DIR__;
@@ -36,7 +31,7 @@ $old_dirname = "$file_path/stat_variation4";
$old_stat = stat($old_dirname);
// clear the cache
clearstatcache();
-sleep(2);
+sleep(1);
var_dump( is_dir($old_dirname) );
$new_stat = stat($old_dirname);