summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/stat_variation1-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/stat_variation1-win32.phpt')
-rw-r--r--ext/standard/tests/file/stat_variation1-win32.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/stat_variation1-win32.phpt b/ext/standard/tests/file/stat_variation1-win32.phpt
index abbc88f945..e3be517cfa 100644
--- a/ext/standard/tests/file/stat_variation1-win32.phpt
+++ b/ext/standard/tests/file/stat_variation1-win32.phpt
@@ -39,11 +39,11 @@ sleep(2);
var_dump( rename($old_filename, $new_filename) );
$new_stat = stat($new_filename);
-// compare the self stat
+// compare the self stat
var_dump( compare_self_stat($old_stat) );
var_dump( compare_self_stat($new_stat) );
-// compare the two stats
+// compare the two stats
var_dump( compare_stats($old_stat, $old_stat, $all_stat_keys) );
// clear the cache
clearstatcache();