Skip to content

Commit 6d4f019

Browse files
author
Ilia Alshanetsky
committed
MFB: Fixed tests
1 parent b73a36a commit 6d4f019

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

ext/standard/tests/array/array_combine_variation3.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ array(2) {
9696
}
9797
-- Iteration 2 --
9898
array(2) {
99-
[1]=>
99+
["1.1"]=>
100100
float(1.1)
101-
[2]=>
101+
["2.2"]=>
102102
float(2.2)
103103
}
104104
-- Iteration 3 --

ext/standard/tests/array/array_combine_variation4.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ array(4) {
147147
int(111)
148148
["color"]=>
149149
string(5) "color"
150-
[2]=>
150+
["2.2"]=>
151151
float(2.2)
152152
[33]=>
153153
int(33)
@@ -158,7 +158,7 @@ array(4) {
158158
int(111)
159159
["color"]=>
160160
string(5) "color"
161-
[2]=>
161+
["2.2"]=>
162162
float(2.2)
163163
[33]=>
164164
int(33)
@@ -179,7 +179,7 @@ array(1) {
179179
array(6) {
180180
[1]=>
181181
int(1)
182-
[2]=>
182+
["2.2"]=>
183183
float(2.2)
184184
["int"]=>
185185
string(3) "int"

ext/standard/tests/array/array_combine_variation5.phpt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,18 @@ array(4) {
108108
}
109109
-- Iteration 5 --
110110
array(1) {
111-
[2]=>
111+
["2.3333"]=>
112112
float(2.3333)
113113
}
114114
-- Iteration 6 --
115115
array(4) {
116-
[1]=>
116+
["1.2"]=>
117117
float(1.2)
118-
[3]=>
118+
["3.33"]=>
119119
float(3.33)
120-
[4]=>
120+
["4.8999992284"]=>
121121
float(4.8999992284)
122-
[33333333]=>
122+
["33333333.333"]=>
123123
float(33333333.333)
124124
}
125125
-- Iteration 7 --
@@ -176,7 +176,7 @@ array(8) {
176176
resource(%d) of type (stream)
177177
[133]=>
178178
int(133)
179-
[444]=>
179+
["444.432"]=>
180180
float(444.432)
181181
[""]=>
182182
NULL

0 commit comments

Comments
 (0)