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/007_basic.phpt | |
| parent | 4ccb8869e7c106a3c03f65b406e2916a09313d71 (diff) | |
| download | php-git-a4cb8c536fc896f8366ab87980659800a72f461c.tar.gz | |
- killed off UEXPECT
Diffstat (limited to 'ext/standard/tests/file/007_basic.phpt')
| -rw-r--r-- | ext/standard/tests/file/007_basic.phpt | 322 |
1 files changed, 0 insertions, 322 deletions
diff --git a/ext/standard/tests/file/007_basic.phpt b/ext/standard/tests/file/007_basic.phpt index a1a89f046c..eafadf7c55 100644 --- a/ext/standard/tests/file/007_basic.phpt +++ b/ext/standard/tests/file/007_basic.phpt @@ -410,325 +410,3 @@ bool(false) resource(%d) of type (Unknown) *** Done *** ---UEXPECTF-- -*** Testing basic operations of fopen() and fclose() functions *** - --- Iteration with mode 'w' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'wb' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'wt' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'w+' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'w+b' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'w+t' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'r' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'rb' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'rt' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'r+' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'r+b' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'r+t' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'a' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'ab' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'at' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'a+' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'a+t' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'a+b' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) - --- Iteration with mode 'x' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) -resource(%d) of type (Unknown) - --- Iteration with mode 'xb' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) -resource(%d) of type (Unknown) - --- Iteration with mode 'xt' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) -resource(%d) of type (Unknown) - --- Iteration with mode 'x+' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) -resource(%d) of type (Unknown) - --- Iteration with mode 'x+b' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) -resource(%d) of type (Unknown) - --- Iteration with mode 'x+t' -- -resource(%d) of type (stream) -int(0) -bool(false) -bool(true) -resource(%d) of type (Unknown) - -Warning: ftell(): %d is not a valid stream resource in %s on line %d -bool(false) - -Warning: feof(): %d is not a valid stream resource in %s on line %d -bool(false) -resource(%d) of type (Unknown) - -*** Done *** |
