diff options
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) |
