summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fscanf_variation16.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fscanf_variation16.phpt')
-rw-r--r--ext/standard/tests/file/fscanf_variation16.phpt142
1 files changed, 0 insertions, 142 deletions
diff --git a/ext/standard/tests/file/fscanf_variation16.phpt b/ext/standard/tests/file/fscanf_variation16.phpt
index cd82978e0e..1312c18de7 100644
--- a/ext/standard/tests/file/fscanf_variation16.phpt
+++ b/ext/standard/tests/file/fscanf_variation16.phpt
@@ -218,145 +218,3 @@ array(0) {
bool(false)
*** Done ***
-
---UEXPECTF--
-*** Test fscanf(): different string format types with resource ***
-
--- iteration 1 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 2 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 3 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 4 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 5 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 6 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 7 --
-
-Warning: fscanf(): Bad scan conversion character " " in %s on line %d
-NULL
-
-Warning: fscanf(): Bad scan conversion character " " in %s on line %d
-NULL
-bool(false)
-
--- iteration 8 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 9 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 10 --
-array(1) {
- [0]=>
- string(4) "Reso"
-}
-array(1) {
- [0]=>
- string(4) "Reso"
-}
-bool(false)
-
--- iteration 11 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 12 --
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-array(1) {
- [0]=>
- string(8) "Resource"
-}
-bool(false)
-
--- iteration 13 --
-array(0) {
-}
-array(0) {
-}
-bool(false)
-
-*** Done ***