diff options
Diffstat (limited to 'ext/standard/tests/file/filesize_variation4.phpt')
-rw-r--r-- | ext/standard/tests/file/filesize_variation4.phpt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ext/standard/tests/file/filesize_variation4.phpt b/ext/standard/tests/file/filesize_variation4.phpt index 84fbfe8f7a..115fe27af1 100644 --- a/ext/standard/tests/file/filesize_variation4.phpt +++ b/ext/standard/tests/file/filesize_variation4.phpt @@ -91,30 +91,6 @@ unlink($file_path."/filesize_variation4_empty.tmp"); *** Testing filesize() with data written using different file modes and by creating holes in file *** -- opening the file in 'w' mode and get the size -- int(192) -int(192) --- opening the file in 'wt' mode and get the size -- -int(192) -int(192) --- opening the file in 'a' mode, adding data and checking the file -- -int(204) --- opening the file in 'at' mode, adding data and checking the file -- -int(217) --- creating a hole and checking the size -- -bool(true) -int(220) --- writing data after hole and checking the size -- -int(226) --- opening the existing file in write mode -- -int(0) --- with empty file -- -int(0) -*** Done *** ---UEXPECTF-- -*** Testing filesize(): usage variations *** - -*** Testing filesize() with data written using different file modes and by creating holes in file *** --- opening the file in 'w' mode and get the size -- -int(192) Notice: fwrite(): 192 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d int(192) |