summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fgetss_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fgetss_variation5.phpt')
-rw-r--r--ext/standard/tests/file/fgetss_variation5.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/file/fgetss_variation5.phpt b/ext/standard/tests/file/fgetss_variation5.phpt
index a2e3baf22c..e6fc15a98c 100644
--- a/ext/standard/tests/file/fgetss_variation5.phpt
+++ b/ext/standard/tests/file/fgetss_variation5.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test fgetss() function : usage variations - read/write modes, file pointer at EOF
+Test fgetss() function : usage variations - read/write modes, file pointer at EOF
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
@@ -70,10 +70,10 @@ for($mode_counter = 0; $mode_counter < count($file_modes); $mode_counter++) {
var_dump( feof($file_handle) ); // ensure that file pointer is at eof
- // close the file
+ // close the file
fclose($file_handle);
- // delete the file
+ // delete the file
unlink($filename);
} // end of for - mode_counter