summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/007_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/007_basic.phpt')
-rw-r--r--ext/standard/tests/file/007_basic.phpt322
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 ***