Skip to content

Commit e51ec16

Browse files
committed
ext/standard: Move fscanf tests to subfolder
And remove useless test cases
1 parent 9bb42fb commit e51ec16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+511
-9882
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

ext/standard/tests/file/fscanf_variation10.phpt renamed to ext/standard/tests/file/fscanf/fscanf_variation10.phpt

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $resource_types = array (
2828

2929
$float_formats = array( "%f",
3030
"%hf", "%lf", "%Lf",
31-
" %f", "%f ", "% f",
31+
" %f", "%f ",
3232
"\t%f", "\n%f", "%4f",
3333
"%30f", "%[0-9]", "%*f"
3434
);
@@ -147,11 +147,6 @@ array(1) {
147147
bool(false)
148148

149149
-- iteration 7 --
150-
Bad scan conversion character " "
151-
Bad scan conversion character " "
152-
bool(false)
153-
154-
-- iteration 8 --
155150
array(1) {
156151
[0]=>
157152
NULL
@@ -162,7 +157,7 @@ array(1) {
162157
}
163158
bool(false)
164159

165-
-- iteration 9 --
160+
-- iteration 8 --
166161
array(1) {
167162
[0]=>
168163
NULL
@@ -173,7 +168,7 @@ array(1) {
173168
}
174169
bool(false)
175170

176-
-- iteration 10 --
171+
-- iteration 9 --
177172
array(1) {
178173
[0]=>
179174
NULL
@@ -184,7 +179,7 @@ array(1) {
184179
}
185180
bool(false)
186181

187-
-- iteration 11 --
182+
-- iteration 10 --
188183
array(1) {
189184
[0]=>
190185
NULL
@@ -195,7 +190,7 @@ array(1) {
195190
}
196191
bool(false)
197192

198-
-- iteration 12 --
193+
-- iteration 11 --
199194
array(1) {
200195
[0]=>
201196
NULL
@@ -206,7 +201,7 @@ array(1) {
206201
}
207202
bool(false)
208203

209-
-- iteration 13 --
204+
-- iteration 12 --
210205
array(0) {
211206
}
212207
array(0) {

0 commit comments

Comments
 (0)