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-win32.phpt | |
| parent | 4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff) | |
| download | php-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz | |
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/filesize_variation3-win32.phpt')
| -rw-r--r-- | ext/standard/tests/file/filesize_variation3-win32.phpt | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/ext/standard/tests/file/filesize_variation3-win32.phpt b/ext/standard/tests/file/filesize_variation3-win32.phpt index 221a062c55..4682d13844 100644 --- a/ext/standard/tests/file/filesize_variation3-win32.phpt +++ b/ext/standard/tests/file/filesize_variation3-win32.phpt @@ -40,35 +40,7 @@ echo "*** Done ***\n"; $file_path = dirname(__FILE__); 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-- +--EXPECT-- *** Testing filesize(): usage variations *** -- Testing filesize() after truncating the file to a new length -- bool(true) |
