summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fgetss_basic2-win32-mb.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fgetss_basic2-win32-mb.phpt')
-rw-r--r--ext/standard/tests/file/fgetss_basic2-win32-mb.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/file/fgetss_basic2-win32-mb.phpt b/ext/standard/tests/file/fgetss_basic2-win32-mb.phpt
index 518e39d4c9..41ebf8e1da 100644
--- a/ext/standard/tests/file/fgetss_basic2-win32-mb.phpt
+++ b/ext/standard/tests/file/fgetss_basic2-win32-mb.phpt
@@ -69,10 +69,10 @@ for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
var_dump( ftell($file_handle) ); // checking file pointer position initially
var_dump( feof($file_handle) ); // confirm file pointer is not at eof
- // close the file
+ // close the file
fclose($file_handle);
- // delete the file
+ // delete the file
unlink($filename);
} // end of for - mode_counter