File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
ext/standard/tests/strings Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ $values = array(
45
45
// float data
46
46
10.5 ,
47
47
-10.5 ,
48
- 10.5e10 ,
49
- 10.6E -10 ,
48
+ 10.1234567e10 ,
49
+ 10.7654321E -10 ,
50
50
.5 ,
51
51
52
52
// array data
@@ -120,10 +120,10 @@ string(4) "10.5"
120
120
string(5) "-10.5"
121
121
122
122
-- Iteration 7 --
123
- string(12) "105000000000 "
123
+ string(12) "101234567000 "
124
124
125
125
-- Iteration 8 --
126
- string(7 ) "1.06E -9"
126
+ string(13 ) "1.07654321E -9"
127
127
128
128
-- Iteration 9 --
129
129
string(3) "0.5"
@@ -189,7 +189,6 @@ string(0) ""
189
189
-- Iteration 26 --
190
190
string(%d) "Resource id #%d"
191
191
Done
192
-
193
192
--UEXPECTF--
194
193
*** Testing vsprintf() : with unexpected values for format argument ***
195
194
@@ -212,10 +211,10 @@ unicode(4) "10.5"
212
211
unicode(5) "-10.5"
213
212
214
213
-- Iteration 7 --
215
- unicode(12) "105000000000 "
214
+ unicode(12) "101234567000 "
216
215
217
216
-- Iteration 8 --
218
- unicode(7 ) "1.06E -9"
217
+ unicode(13 ) "1.07654321E -9"
219
218
220
219
-- Iteration 9 --
221
220
unicode(3) "0.5"
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ $values = array(
45
45
// float data
46
46
10.5 ,
47
47
-10.5 ,
48
- 10.5e10 ,
49
- 10.6E -10 ,
48
+ 10.1234567e10 ,
49
+ 10.7654321E -10 ,
50
50
.5 ,
51
51
52
52
// null data
@@ -115,10 +115,10 @@ string(4) "10.5"
115
115
string(5) "-10.5"
116
116
117
117
-- Iteration 7 --
118
- string(12) "105000000000 "
118
+ string(12) "101234567000 "
119
119
120
120
-- Iteration 8 --
121
- string(7 ) "1.06E -9"
121
+ string(13 ) "1.07654321E -9"
122
122
123
123
-- Iteration 9 --
124
124
string(3) "0.5"
@@ -175,7 +175,6 @@ bool(false)
175
175
-- Iteration 23 --
176
176
string(%d) "Resource id #%d"
177
177
Done
178
-
179
178
--UEXPECTF--
180
179
*** Testing vsprintf() : with unexpected values for args argument ***
181
180
@@ -198,10 +197,10 @@ unicode(4) "10.5"
198
197
unicode(5) "-10.5"
199
198
200
199
-- Iteration 7 --
201
- unicode(12) "105000000000 "
200
+ unicode(12) "101234567000 "
202
201
203
202
-- Iteration 8 --
204
- unicode(7 ) "1.06E -9"
203
+ unicode(13 ) "1.07654321E -9"
205
204
206
205
-- Iteration 9 --
207
206
unicode(3) "0.5"
You can’t perform that action at this time.
0 commit comments