@@ -60,60 +60,60 @@ Testing 'int' type:
60
60
int(1)
61
61
62
62
*** Trying string(1) "1"
63
- *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
63
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
64
64
65
65
*** Trying float(1)
66
- *** Caught {closure}(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
66
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
67
67
68
68
*** Trying float(1.5)
69
- *** Caught {closure}(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
69
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
70
70
71
71
*** Trying string(2) "1a"
72
- *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
72
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
73
73
74
74
*** Trying string(1) "a"
75
- *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
75
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
76
76
77
77
*** Trying string(0) ""
78
- *** Caught {closure}(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
78
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, string given, called in %s on line %d
79
79
80
80
*** Trying int(2147483647)
81
81
int(2147483647)
82
82
83
83
*** Trying float(NAN)
84
- *** Caught {closure}(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
84
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, float given, called in %s on line %d
85
85
86
86
*** Trying bool(true)
87
- *** Caught {closure}(): Argument #1 ($i) must be of type int, true given, called in %s on line %d
87
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, true given, called in %s on line %d
88
88
89
89
*** Trying bool(false)
90
- *** Caught {closure}(): Argument #1 ($i) must be of type int, false given, called in %s on line %d
90
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, false given, called in %s on line %d
91
91
92
92
*** Trying NULL
93
- *** Caught {closure}(): Argument #1 ($i) must be of type int, null given, called in %s on line %d
93
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, null given, called in %s on line %d
94
94
95
95
*** Trying array(0) {
96
96
}
97
- *** Caught {closure}(): Argument #1 ($i) must be of type int, array given, called in %s on line %d
97
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, array given, called in %s on line %d
98
98
99
99
*** Trying object(stdClass)#5 (0) {
100
100
}
101
- *** Caught {closure}(): Argument #1 ($i) must be of type int, stdClass given, called in %s on line %d
101
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, stdClass given, called in %s on line %d
102
102
103
103
*** Trying object(StringCapable)#6 (0) {
104
104
}
105
- *** Caught {closure}(): Argument #1 ($i) must be of type int, StringCapable given, called in %s on line %d
105
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, StringCapable given, called in %s on line %d
106
106
107
107
*** Trying resource(5) of type (stream)
108
- *** Caught {closure}(): Argument #1 ($i) must be of type int, resource given, called in %s on line %d
108
+ *** Caught {closure:%s:%d }(): Argument #1 ($i) must be of type int, resource given, called in %s on line %d
109
109
110
110
Testing 'float' type:
111
111
112
112
*** Trying int(1)
113
113
float(1)
114
114
115
115
*** Trying string(1) "1"
116
- *** Caught {closure}(): Argument #1 ($f) must be of type float, string given, called in %s on line %d
116
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, string given, called in %s on line %d
117
117
118
118
*** Trying float(1)
119
119
float(1)
@@ -122,13 +122,13 @@ float(1)
122
122
float(1.5)
123
123
124
124
*** Trying string(2) "1a"
125
- *** Caught {closure}(): Argument #1 ($f) must be of type float, string given, called in %s on line %d
125
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, string given, called in %s on line %d
126
126
127
127
*** Trying string(1) "a"
128
- *** Caught {closure}(): Argument #1 ($f) must be of type float, string given, called in %s on line %d
128
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, string given, called in %s on line %d
129
129
130
130
*** Trying string(0) ""
131
- *** Caught {closure}(): Argument #1 ($f) must be of type float, string given, called in %s on line %d
131
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, string given, called in %s on line %d
132
132
133
133
*** Trying int(2147483647)
134
134
float(2147483647)
@@ -137,42 +137,42 @@ float(2147483647)
137
137
float(NAN)
138
138
139
139
*** Trying bool(true)
140
- *** Caught {closure}(): Argument #1 ($f) must be of type float, true given, called in %s on line %d
140
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, true given, called in %s on line %d
141
141
142
142
*** Trying bool(false)
143
- *** Caught {closure}(): Argument #1 ($f) must be of type float, false given, called in %s on line %d
143
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, false given, called in %s on line %d
144
144
145
145
*** Trying NULL
146
- *** Caught {closure}(): Argument #1 ($f) must be of type float, null given, called in %s on line %d
146
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, null given, called in %s on line %d
147
147
148
148
*** Trying array(0) {
149
149
}
150
- *** Caught {closure}(): Argument #1 ($f) must be of type float, array given, called in %s on line %d
150
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, array given, called in %s on line %d
151
151
152
152
*** Trying object(stdClass)#5 (0) {
153
153
}
154
- *** Caught {closure}(): Argument #1 ($f) must be of type float, stdClass given, called in %s on line %d
154
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, stdClass given, called in %s on line %d
155
155
156
156
*** Trying object(StringCapable)#6 (0) {
157
157
}
158
- *** Caught {closure}(): Argument #1 ($f) must be of type float, StringCapable given, called in %s on line %d
158
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, StringCapable given, called in %s on line %d
159
159
160
160
*** Trying resource(5) of type (stream)
161
- *** Caught {closure}(): Argument #1 ($f) must be of type float, resource given, called in %s on line %d
161
+ *** Caught {closure:%s:%d }(): Argument #1 ($f) must be of type float, resource given, called in %s on line %d
162
162
163
163
Testing 'string' type:
164
164
165
165
*** Trying int(1)
166
- *** Caught {closure}(): Argument #1 ($s) must be of type string, int given, called in %s on line %d
166
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, int given, called in %s on line %d
167
167
168
168
*** Trying string(1) "1"
169
169
string(1) "1"
170
170
171
171
*** Trying float(1)
172
- *** Caught {closure}(): Argument #1 ($s) must be of type string, float given, called in %s on line %d
172
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, float given, called in %s on line %d
173
173
174
174
*** Trying float(1.5)
175
- *** Caught {closure}(): Argument #1 ($s) must be of type string, float given, called in %s on line %d
175
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, float given, called in %s on line %d
176
176
177
177
*** Trying string(2) "1a"
178
178
string(2) "1a"
@@ -184,63 +184,63 @@ string(1) "a"
184
184
string(0) ""
185
185
186
186
*** Trying int(2147483647)
187
- *** Caught {closure}(): Argument #1 ($s) must be of type string, int given, called in %s on line %d
187
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, int given, called in %s on line %d
188
188
189
189
*** Trying float(NAN)
190
- *** Caught {closure}(): Argument #1 ($s) must be of type string, float given, called in %s on line %d
190
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, float given, called in %s on line %d
191
191
192
192
*** Trying bool(true)
193
- *** Caught {closure}(): Argument #1 ($s) must be of type string, true given, called in %s on line %d
193
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, true given, called in %s on line %d
194
194
195
195
*** Trying bool(false)
196
- *** Caught {closure}(): Argument #1 ($s) must be of type string, false given, called in %s on line %d
196
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, false given, called in %s on line %d
197
197
198
198
*** Trying NULL
199
- *** Caught {closure}(): Argument #1 ($s) must be of type string, null given, called in %s on line %d
199
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, null given, called in %s on line %d
200
200
201
201
*** Trying array(0) {
202
202
}
203
- *** Caught {closure}(): Argument #1 ($s) must be of type string, array given, called in %s on line %d
203
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, array given, called in %s on line %d
204
204
205
205
*** Trying object(stdClass)#5 (0) {
206
206
}
207
- *** Caught {closure}(): Argument #1 ($s) must be of type string, stdClass given, called in %s on line %d
207
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, stdClass given, called in %s on line %d
208
208
209
209
*** Trying object(StringCapable)#6 (0) {
210
210
}
211
- *** Caught {closure}(): Argument #1 ($s) must be of type string, StringCapable given, called in %s on line %d
211
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, StringCapable given, called in %s on line %d
212
212
213
213
*** Trying resource(5) of type (stream)
214
- *** Caught {closure}(): Argument #1 ($s) must be of type string, resource given, called in %s on line %d
214
+ *** Caught {closure:%s:%d }(): Argument #1 ($s) must be of type string, resource given, called in %s on line %d
215
215
216
216
Testing 'bool' type:
217
217
218
218
*** Trying int(1)
219
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, int given, called in %s on line %d
219
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, int given, called in %s on line %d
220
220
221
221
*** Trying string(1) "1"
222
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, string given, called in %s on line %d
222
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, string given, called in %s on line %d
223
223
224
224
*** Trying float(1)
225
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, float given, called in %s on line %d
225
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, float given, called in %s on line %d
226
226
227
227
*** Trying float(1.5)
228
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, float given, called in %s on line %d
228
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, float given, called in %s on line %d
229
229
230
230
*** Trying string(2) "1a"
231
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, string given, called in %s on line %d
231
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, string given, called in %s on line %d
232
232
233
233
*** Trying string(1) "a"
234
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, string given, called in %s on line %d
234
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, string given, called in %s on line %d
235
235
236
236
*** Trying string(0) ""
237
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, string given, called in %s on line %d
237
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, string given, called in %s on line %d
238
238
239
239
*** Trying int(2147483647)
240
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, int given, called in %s on line %d
240
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, int given, called in %s on line %d
241
241
242
242
*** Trying float(NAN)
243
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, float given, called in %s on line %d
243
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, float given, called in %s on line %d
244
244
245
245
*** Trying bool(true)
246
246
bool(true)
@@ -249,21 +249,21 @@ bool(true)
249
249
bool(false)
250
250
251
251
*** Trying NULL
252
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, null given, called in %s on line %d
252
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, null given, called in %s on line %d
253
253
254
254
*** Trying array(0) {
255
255
}
256
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, array given, called in %s on line %d
256
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, array given, called in %s on line %d
257
257
258
258
*** Trying object(stdClass)#5 (0) {
259
259
}
260
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, stdClass given, called in %s on line %d
260
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, stdClass given, called in %s on line %d
261
261
262
262
*** Trying object(StringCapable)#6 (0) {
263
263
}
264
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, StringCapable given, called in %s on line %d
264
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, StringCapable given, called in %s on line %d
265
265
266
266
*** Trying resource(5) of type (stream)
267
- *** Caught {closure}(): Argument #1 ($b) must be of type bool, resource given, called in %s on line %d
267
+ *** Caught {closure:%s:%d }(): Argument #1 ($b) must be of type bool, resource given, called in %s on line %d
268
268
269
269
Done
0 commit comments