summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/stat_variation3-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/stat_variation3-win32.phpt')
-rw-r--r--ext/standard/tests/file/stat_variation3-win32.phpt6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/standard/tests/file/stat_variation3-win32.phpt b/ext/standard/tests/file/stat_variation3-win32.phpt
index 4269aa49a3..e248116486 100644
--- a/ext/standard/tests/file/stat_variation3-win32.phpt
+++ b/ext/standard/tests/file/stat_variation3-win32.phpt
@@ -57,7 +57,7 @@ var_dump( compare_self_stat($new_stat1) );
var_dump(compare_stats($new_stat, $new_stat1, $all_stat_keys, "="));
clearstatcache();
-echo "Done\n";
+echo "\n*** Done ***";
?>
--CLEAN--
@@ -75,4 +75,6 @@ bool(true)
-- Testing stat() for comparing stats after the deletion of subdir and file --
bool(true)
bool(true)
-Done \ No newline at end of file
+
+*** Done ***
+