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_variation3.phpt | |
parent | 4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff) | |
download | php-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz |
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/filesize_variation3.phpt')
-rw-r--r-- | ext/standard/tests/file/filesize_variation3.phpt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ext/standard/tests/file/filesize_variation3.phpt b/ext/standard/tests/file/filesize_variation3.phpt index 6dfd8eff2b..214fdeb53e 100644 --- a/ext/standard/tests/file/filesize_variation3.phpt +++ b/ext/standard/tests/file/filesize_variation3.phpt @@ -42,34 +42,6 @@ unlink($file_path."/filesize_variation3.tmp"); ?> --EXPECTF-- *** Testing filesize(): usage variations *** --- Testing filesize() after truncating the file to a new length -- -bool(true) -int(12000) -bool(true) -int(10800) -bool(true) -int(9600) -bool(true) -int(8400) -bool(true) -int(7200) -bool(true) -int(6000) -bool(true) -int(4800) -bool(true) -int(3600) -bool(true) -int(2400) -bool(true) -int(1200) -bool(true) -int(0) -bool(false) -int(0) -*** Done *** ---UEXPECTF-- -*** Testing filesize(): usage variations *** Notice: fwrite(): 12000 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d -- Testing filesize() after truncating the file to a new length -- |