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/fflush_basic.phpt | |
parent | 4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff) | |
download | php-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz |
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/fflush_basic.phpt')
-rwxr-xr-x | ext/standard/tests/file/fflush_basic.phpt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/standard/tests/file/fflush_basic.phpt b/ext/standard/tests/file/fflush_basic.phpt index 19b34d68b7..05cbcc4a27 100755 --- a/ext/standard/tests/file/fflush_basic.phpt +++ b/ext/standard/tests/file/fflush_basic.phpt @@ -42,18 +42,6 @@ unlink($filename); --EXPECTF-- *** Testing fflush(): writing to a file and reading the contents *** -int(63) -bool(true) -first line of string -second line of string -third line of stringint(63) - -*** Testing fflush(): for return type *** -bool(true) - -*** Done *** ---UEXPECTF-- -*** Testing fflush(): writing to a file and reading the contents *** Notice: fwrite(): 63 character unicode buffer downcoded for binary stream runtime_encoding in %s on line %d int(63) |