diff options
author | Steph Fox <sfox@php.net> | 2008-05-27 09:34:55 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-05-27 09:34:55 +0000 |
commit | a4cb8c536fc896f8366ab87980659800a72f461c (patch) | |
tree | 1198a17fa0f381c63c353ce9a92233945ed87546 /ext/standard/tests/file/filesize_variation4-win32.phpt | |
parent | 4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff) | |
download | php-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz |
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/filesize_variation4-win32.phpt')
-rw-r--r-- | ext/standard/tests/file/filesize_variation4-win32.phpt | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ext/standard/tests/file/filesize_variation4-win32.phpt b/ext/standard/tests/file/filesize_variation4-win32.phpt index b10fbd61a5..3826e226e8 100644 --- a/ext/standard/tests/file/filesize_variation4-win32.phpt +++ b/ext/standard/tests/file/filesize_variation4-win32.phpt @@ -89,30 +89,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(191) -int(191) --- opening the file in 'wt' mode and get the size -- -int(191) -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(218) --- 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(191) Notice: fwrite(): 191 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d int(191) |