File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ $inputs = array(
62
62
/*20*/ "abcxyz " ,
63
63
'abcxyz ' ,
64
64
$ heredoc ,
65
- '10 .5 ' ,
65
+ '5 .5 ' ,
66
66
'2 ' ,
67
67
68
68
// object data
@@ -161,13 +161,19 @@ Unsupported operand types: string ** int
161
161
Unsupported operand types: string ** int
162
162
163
163
-- Iteration 23 --
164
- Unsupported operand types: classA ** int
164
+ float(15532029.564086)
165
165
166
166
-- Iteration 24 --
167
- int(0 )
167
+ float(412.09 )
168
168
169
169
-- Iteration 25 --
170
- int(0)
170
+ Unsupported operand types: float ** classA
171
171
172
172
-- Iteration 26 --
173
- Unsupported operand types: resource ** int
173
+ float(1)
174
+
175
+ -- Iteration 27 --
176
+ float(1)
177
+
178
+ -- Iteration 28 --
179
+ Unsupported operand types: float ** resource
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ $inputs = array(
58
58
/*20*/ "abcxyz " ,
59
59
'abcxyz ' ,
60
60
$ heredoc ,
61
- '10 .5 ' ,
61
+ '5 .5 ' ,
62
62
'2 ' ,
63
63
64
64
// object data
@@ -157,7 +157,7 @@ Unsupported operand types: float ** string
157
157
Unsupported operand types: float ** string
158
158
159
159
-- Iteration 23 --
160
- float(53543702391195 )
160
+ float(15532029.564086 )
161
161
162
162
-- Iteration 24 --
163
163
float(412.09)
You can’t perform that action at this time.
0 commit comments