diff options
Diffstat (limited to 'ext/standard/tests/file/fflush_variation1-win32.phpt')
| -rw-r--r-- | ext/standard/tests/file/fflush_variation1-win32.phpt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/standard/tests/file/fflush_variation1-win32.phpt b/ext/standard/tests/file/fflush_variation1-win32.phpt index 63cdf1721d..0b6b096a34 100644 --- a/ext/standard/tests/file/fflush_variation1-win32.phpt +++ b/ext/standard/tests/file/fflush_variation1-win32.phpt @@ -37,6 +37,8 @@ foreach( $file_types as $type ) { $file_handle = fopen($file_name, "w"); if($file_handle == false) exit("Error:failed to open file $file_name"); + + // filling the file some data if mode is append mode if( substr($mode, 0, 1) == "a") fill_file($file_handle, $type, 10); fclose($file_handle); @@ -59,7 +61,7 @@ foreach( $file_types as $type ) { $count++; } - +echo "\n*** Done ***"; ?> --EXPECTF-- *** Testing fflush(): with various types of files *** @@ -524,3 +526,6 @@ ab12 ab12 ab12 ab12 ab12 ab12 ab12 ab12 ab12 ab12 int(50) bool(true) bool(true) ab12 ab12 ab12 ab12 ab12 ab12 ab12 ab12 ab12 ab12 int(50) + +*** Done *** + |
