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