global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / hh_closure_return_type_this_2.php.expect
blob4bb56d4d59d9c00b395f6abd372d35b68a74b1c8
1 calling f1
3 calling f2
4 Caught exception: Value returned from closure must be of type int, null given
5 Caught exception: Value returned from closure must be of type int, string given
6 Caught exception: Value returned from closure must be of type int, bool given
7 Caught exception: Value returned from closure must be of type int, float given
8 Caught exception: Value returned from closure must be of type int, gd given
9 Caught exception: Value returned from closure must be of type int, array given
10 Caught exception: Value returned from closure must be of type int, Closure given
11 Caught exception: Value returned from closure must be of type int, Figure given
12 Caught exception: Value returned from closure must be of type int, Square given
13 Caught exception: Value returned from closure must be of type int, Fractal given
14 Caught exception: Value returned from closure must be of type int, xhp_div given
15 Caught exception: Value returned from closure must be of type int, string given
16 Caught exception: Value returned from closure must be of type int, array given
18 calling f2_soft
19 Triggered E_WARNING: Value returned from closure must be of type @int, null given
20 Triggered E_WARNING: Value returned from closure must be of type @int, string given
21 Triggered E_WARNING: Value returned from closure must be of type @int, bool given
22 Triggered E_WARNING: Value returned from closure must be of type @int, float given
23 Triggered E_WARNING: Value returned from closure must be of type @int, gd given
24 Triggered E_WARNING: Value returned from closure must be of type @int, array given
25 Triggered E_WARNING: Value returned from closure must be of type @int, Closure given
26 Triggered E_WARNING: Value returned from closure must be of type @int, Figure given
27 Triggered E_WARNING: Value returned from closure must be of type @int, Square given
28 Triggered E_WARNING: Value returned from closure must be of type @int, Fractal given
29 Triggered E_WARNING: Value returned from closure must be of type @int, xhp_div given
30 Triggered E_WARNING: Value returned from closure must be of type @int, string given
31 Triggered E_WARNING: Value returned from closure must be of type @int, array given
33 calling f3
34 Caught exception: Value returned from closure must be of type string, null given
35 Caught exception: Value returned from closure must be of type string, int given
36 Caught exception: Value returned from closure must be of type string, bool given
37 Caught exception: Value returned from closure must be of type string, float given
38 Caught exception: Value returned from closure must be of type string, gd given
39 Caught exception: Value returned from closure must be of type string, array given
40 Caught exception: Value returned from closure must be of type string, Closure given
41 Caught exception: Value returned from closure must be of type string, Figure given
42 Caught exception: Value returned from closure must be of type string, Square given
43 Caught exception: Value returned from closure must be of type string, Fractal given
44 Caught exception: Value returned from closure must be of type string, xhp_div given
45 Caught exception: Value returned from closure must be of type string, array given
47 calling f3_soft
48 Triggered E_WARNING: Value returned from closure must be of type @string, null given
49 Triggered E_WARNING: Value returned from closure must be of type @string, int given
50 Triggered E_WARNING: Value returned from closure must be of type @string, bool given
51 Triggered E_WARNING: Value returned from closure must be of type @string, float given
52 Triggered E_WARNING: Value returned from closure must be of type @string, gd given
53 Triggered E_WARNING: Value returned from closure must be of type @string, array given
54 Triggered E_WARNING: Value returned from closure must be of type @string, Closure given
55 Triggered E_WARNING: Value returned from closure must be of type @string, Figure given
56 Triggered E_WARNING: Value returned from closure must be of type @string, Square given
57 Triggered E_WARNING: Value returned from closure must be of type @string, Fractal given
58 Triggered E_WARNING: Value returned from closure must be of type @string, xhp_div given
59 Triggered E_WARNING: Value returned from closure must be of type @string, array given
61 calling f4
62 Caught exception: Value returned from closure must be of type bool, null given
63 Caught exception: Value returned from closure must be of type bool, int given
64 Caught exception: Value returned from closure must be of type bool, string given
65 Caught exception: Value returned from closure must be of type bool, float given
66 Caught exception: Value returned from closure must be of type bool, gd given
67 Caught exception: Value returned from closure must be of type bool, array given
68 Caught exception: Value returned from closure must be of type bool, Closure given
69 Caught exception: Value returned from closure must be of type bool, Figure given
70 Caught exception: Value returned from closure must be of type bool, Square given
71 Caught exception: Value returned from closure must be of type bool, Fractal given
72 Caught exception: Value returned from closure must be of type bool, xhp_div given
73 Caught exception: Value returned from closure must be of type bool, string given
74 Caught exception: Value returned from closure must be of type bool, array given
76 calling f4_soft
77 Triggered E_WARNING: Value returned from closure must be of type @bool, null given
78 Triggered E_WARNING: Value returned from closure must be of type @bool, int given
79 Triggered E_WARNING: Value returned from closure must be of type @bool, string given
80 Triggered E_WARNING: Value returned from closure must be of type @bool, float given
81 Triggered E_WARNING: Value returned from closure must be of type @bool, gd given
82 Triggered E_WARNING: Value returned from closure must be of type @bool, array given
83 Triggered E_WARNING: Value returned from closure must be of type @bool, Closure given
84 Triggered E_WARNING: Value returned from closure must be of type @bool, Figure given
85 Triggered E_WARNING: Value returned from closure must be of type @bool, Square given
86 Triggered E_WARNING: Value returned from closure must be of type @bool, Fractal given
87 Triggered E_WARNING: Value returned from closure must be of type @bool, xhp_div given
88 Triggered E_WARNING: Value returned from closure must be of type @bool, string given
89 Triggered E_WARNING: Value returned from closure must be of type @bool, array given
91 calling f5
92 Caught exception: Value returned from closure must be of type float, null given
93 Caught exception: Value returned from closure must be of type float, int given
94 Caught exception: Value returned from closure must be of type float, string given
95 Caught exception: Value returned from closure must be of type float, bool given
96 Caught exception: Value returned from closure must be of type float, gd given
97 Caught exception: Value returned from closure must be of type float, array given
98 Caught exception: Value returned from closure must be of type float, Closure given
99 Caught exception: Value returned from closure must be of type float, Figure given
100 Caught exception: Value returned from closure must be of type float, Square given
101 Caught exception: Value returned from closure must be of type float, Fractal given
102 Caught exception: Value returned from closure must be of type float, xhp_div given
103 Caught exception: Value returned from closure must be of type float, string given
104 Caught exception: Value returned from closure must be of type float, array given
106 calling f5_soft
107 Triggered E_WARNING: Value returned from closure must be of type @float, null given
108 Triggered E_WARNING: Value returned from closure must be of type @float, int given
109 Triggered E_WARNING: Value returned from closure must be of type @float, string given
110 Triggered E_WARNING: Value returned from closure must be of type @float, bool given
111 Triggered E_WARNING: Value returned from closure must be of type @float, gd given
112 Triggered E_WARNING: Value returned from closure must be of type @float, array given
113 Triggered E_WARNING: Value returned from closure must be of type @float, Closure given
114 Triggered E_WARNING: Value returned from closure must be of type @float, Figure given
115 Triggered E_WARNING: Value returned from closure must be of type @float, Square given
116 Triggered E_WARNING: Value returned from closure must be of type @float, Fractal given
117 Triggered E_WARNING: Value returned from closure must be of type @float, xhp_div given
118 Triggered E_WARNING: Value returned from closure must be of type @float, string given
119 Triggered E_WARNING: Value returned from closure must be of type @float, array given
121 calling f6
122 Caught exception: Value returned from closure must be of type resource, null given
123 Caught exception: Value returned from closure must be of type resource, int given
124 Caught exception: Value returned from closure must be of type resource, string given
125 Caught exception: Value returned from closure must be of type resource, bool given
126 Caught exception: Value returned from closure must be of type resource, float given
127 Caught exception: Value returned from closure must be of type resource, array given
128 Caught exception: Value returned from closure must be of type resource, Closure given
129 Caught exception: Value returned from closure must be of type resource, Figure given
130 Caught exception: Value returned from closure must be of type resource, Square given
131 Caught exception: Value returned from closure must be of type resource, Fractal given
132 Caught exception: Value returned from closure must be of type resource, xhp_div given
133 Caught exception: Value returned from closure must be of type resource, string given
134 Caught exception: Value returned from closure must be of type resource, array given
136 calling f6_soft
137 Triggered E_WARNING: Value returned from closure must be of type @resource, null given
138 Triggered E_WARNING: Value returned from closure must be of type @resource, int given
139 Triggered E_WARNING: Value returned from closure must be of type @resource, string given
140 Triggered E_WARNING: Value returned from closure must be of type @resource, bool given
141 Triggered E_WARNING: Value returned from closure must be of type @resource, float given
142 Triggered E_WARNING: Value returned from closure must be of type @resource, array given
143 Triggered E_WARNING: Value returned from closure must be of type @resource, Closure given
144 Triggered E_WARNING: Value returned from closure must be of type @resource, Figure given
145 Triggered E_WARNING: Value returned from closure must be of type @resource, Square given
146 Triggered E_WARNING: Value returned from closure must be of type @resource, Fractal given
147 Triggered E_WARNING: Value returned from closure must be of type @resource, xhp_div given
148 Triggered E_WARNING: Value returned from closure must be of type @resource, string given
149 Triggered E_WARNING: Value returned from closure must be of type @resource, array given
151 calling f7
152 Caught exception: Value returned from closure must be of type array, null given
153 Caught exception: Value returned from closure must be of type array, int given
154 Caught exception: Value returned from closure must be of type array, string given
155 Caught exception: Value returned from closure must be of type array, bool given
156 Caught exception: Value returned from closure must be of type array, float given
157 Caught exception: Value returned from closure must be of type array, gd given
158 Caught exception: Value returned from closure must be of type array, Closure given
159 Caught exception: Value returned from closure must be of type array, Figure given
160 Caught exception: Value returned from closure must be of type array, Square given
161 Caught exception: Value returned from closure must be of type array, Fractal given
162 Caught exception: Value returned from closure must be of type array, xhp_div given
163 Caught exception: Value returned from closure must be of type array, string given
165 calling f7_soft
166 Triggered E_WARNING: Value returned from closure must be of type @array, null given
167 Triggered E_WARNING: Value returned from closure must be of type @array, int given
168 Triggered E_WARNING: Value returned from closure must be of type @array, string given
169 Triggered E_WARNING: Value returned from closure must be of type @array, bool given
170 Triggered E_WARNING: Value returned from closure must be of type @array, float given
171 Triggered E_WARNING: Value returned from closure must be of type @array, gd given
172 Triggered E_WARNING: Value returned from closure must be of type @array, Closure given
173 Triggered E_WARNING: Value returned from closure must be of type @array, Figure given
174 Triggered E_WARNING: Value returned from closure must be of type @array, Square given
175 Triggered E_WARNING: Value returned from closure must be of type @array, Fractal given
176 Triggered E_WARNING: Value returned from closure must be of type @array, xhp_div given
177 Triggered E_WARNING: Value returned from closure must be of type @array, string given
179 calling f8
180 Caught exception: Value returned from closure must be of type callable, null given
181 Caught exception: Value returned from closure must be of type callable, int given
182 Caught exception: Value returned from closure must be of type callable, string given
183 Caught exception: Value returned from closure must be of type callable, bool given
184 Caught exception: Value returned from closure must be of type callable, float given
185 Caught exception: Value returned from closure must be of type callable, gd given
186 Caught exception: Value returned from closure must be of type callable, array given
187 Caught exception: Value returned from closure must be of type callable, Figure given
188 Caught exception: Value returned from closure must be of type callable, Square given
189 Caught exception: Value returned from closure must be of type callable, Fractal given
190 Caught exception: Value returned from closure must be of type callable, xhp_div given
192 calling f8_soft
193 Triggered E_WARNING: Value returned from closure must be of type @callable, null given
194 Triggered E_WARNING: Value returned from closure must be of type @callable, int given
195 Triggered E_WARNING: Value returned from closure must be of type @callable, string given
196 Triggered E_WARNING: Value returned from closure must be of type @callable, bool given
197 Triggered E_WARNING: Value returned from closure must be of type @callable, float given
198 Triggered E_WARNING: Value returned from closure must be of type @callable, gd given
199 Triggered E_WARNING: Value returned from closure must be of type @callable, array given
200 Triggered E_WARNING: Value returned from closure must be of type @callable, Figure given
201 Triggered E_WARNING: Value returned from closure must be of type @callable, Square given
202 Triggered E_WARNING: Value returned from closure must be of type @callable, Fractal given
203 Triggered E_WARNING: Value returned from closure must be of type @callable, xhp_div given
205 calling f9
206 Caught exception: Value returned from closure must be of type Figure, null given
207 Caught exception: Value returned from closure must be of type Figure, int given
208 Caught exception: Value returned from closure must be of type Figure, string given
209 Caught exception: Value returned from closure must be of type Figure, bool given
210 Caught exception: Value returned from closure must be of type Figure, float given
211 Caught exception: Value returned from closure must be of type Figure, gd given
212 Caught exception: Value returned from closure must be of type Figure, array given
213 Caught exception: Value returned from closure must be of type Figure, Closure given
214 Caught exception: Value returned from closure must be of type Figure, xhp_div given
215 Caught exception: Value returned from closure must be of type Figure, string given
216 Caught exception: Value returned from closure must be of type Figure, array given
218 calling f9_soft
219 Triggered E_WARNING: Value returned from closure must be of type @Figure, null given
220 Triggered E_WARNING: Value returned from closure must be of type @Figure, int given
221 Triggered E_WARNING: Value returned from closure must be of type @Figure, string given
222 Triggered E_WARNING: Value returned from closure must be of type @Figure, bool given
223 Triggered E_WARNING: Value returned from closure must be of type @Figure, float given
224 Triggered E_WARNING: Value returned from closure must be of type @Figure, gd given
225 Triggered E_WARNING: Value returned from closure must be of type @Figure, array given
226 Triggered E_WARNING: Value returned from closure must be of type @Figure, Closure given
227 Triggered E_WARNING: Value returned from closure must be of type @Figure, xhp_div given
228 Triggered E_WARNING: Value returned from closure must be of type @Figure, string given
229 Triggered E_WARNING: Value returned from closure must be of type @Figure, array given
231 calling f10
232 Caught exception: Value returned from closure must be of type Square, null given
233 Caught exception: Value returned from closure must be of type Square, int given
234 Caught exception: Value returned from closure must be of type Square, string given
235 Caught exception: Value returned from closure must be of type Square, bool given
236 Caught exception: Value returned from closure must be of type Square, float given
237 Caught exception: Value returned from closure must be of type Square, gd given
238 Caught exception: Value returned from closure must be of type Square, array given
239 Caught exception: Value returned from closure must be of type Square, Closure given
240 Caught exception: Value returned from closure must be of type Square, Figure given
241 Caught exception: Value returned from closure must be of type Square, Fractal given
242 Caught exception: Value returned from closure must be of type Square, xhp_div given
243 Caught exception: Value returned from closure must be of type Square, string given
244 Caught exception: Value returned from closure must be of type Square, array given
246 calling f10_soft
247 Triggered E_WARNING: Value returned from closure must be of type @Square, null given
248 Triggered E_WARNING: Value returned from closure must be of type @Square, int given
249 Triggered E_WARNING: Value returned from closure must be of type @Square, string given
250 Triggered E_WARNING: Value returned from closure must be of type @Square, bool given
251 Triggered E_WARNING: Value returned from closure must be of type @Square, float given
252 Triggered E_WARNING: Value returned from closure must be of type @Square, gd given
253 Triggered E_WARNING: Value returned from closure must be of type @Square, array given
254 Triggered E_WARNING: Value returned from closure must be of type @Square, Closure given
255 Triggered E_WARNING: Value returned from closure must be of type @Square, Figure given
256 Triggered E_WARNING: Value returned from closure must be of type @Square, Fractal given
257 Triggered E_WARNING: Value returned from closure must be of type @Square, xhp_div given
258 Triggered E_WARNING: Value returned from closure must be of type @Square, string given
259 Triggered E_WARNING: Value returned from closure must be of type @Square, array given
261 calling f11
262 Caught exception: Value returned from closure must be of type xhp_div, null given
263 Caught exception: Value returned from closure must be of type xhp_div, int given
264 Caught exception: Value returned from closure must be of type xhp_div, string given
265 Caught exception: Value returned from closure must be of type xhp_div, bool given
266 Caught exception: Value returned from closure must be of type xhp_div, float given
267 Caught exception: Value returned from closure must be of type xhp_div, gd given
268 Caught exception: Value returned from closure must be of type xhp_div, array given
269 Caught exception: Value returned from closure must be of type xhp_div, Closure given
270 Caught exception: Value returned from closure must be of type xhp_div, Figure given
271 Caught exception: Value returned from closure must be of type xhp_div, Square given
272 Caught exception: Value returned from closure must be of type xhp_div, Fractal given
273 Caught exception: Value returned from closure must be of type xhp_div, string given
274 Caught exception: Value returned from closure must be of type xhp_div, array given
276 calling f11_soft
277 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, null given
278 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, int given
279 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, string given
280 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, bool given
281 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, float given
282 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, gd given
283 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, array given
284 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, Closure given
285 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, Figure given
286 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, Square given
287 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, Fractal given
288 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, string given
289 Triggered E_WARNING: Value returned from closure must be of type @xhp_div, array given
291 calling f12
292 Caught exception: Value returned from closure must be of type Fractal, null given
293 Caught exception: Value returned from closure must be of type Fractal, int given
294 Caught exception: Value returned from closure must be of type Fractal, string given
295 Caught exception: Value returned from closure must be of type Fractal, bool given
296 Caught exception: Value returned from closure must be of type Fractal, float given
297 Caught exception: Value returned from closure must be of type Fractal, gd given
298 Caught exception: Value returned from closure must be of type Fractal, array given
299 Caught exception: Value returned from closure must be of type Fractal, Closure given
300 Caught exception: Value returned from closure must be of type Fractal, Figure given
301 Caught exception: Value returned from closure must be of type Fractal, Square given
302 Caught exception: Value returned from closure must be of type Fractal, xhp_div given
303 Caught exception: Value returned from closure must be of type Fractal, string given
304 Caught exception: Value returned from closure must be of type Fractal, array given
306 calling f12_soft
307 Triggered E_WARNING: Value returned from closure must be of type @Fractal, null given
308 Triggered E_WARNING: Value returned from closure must be of type @Fractal, int given
309 Triggered E_WARNING: Value returned from closure must be of type @Fractal, string given
310 Triggered E_WARNING: Value returned from closure must be of type @Fractal, bool given
311 Triggered E_WARNING: Value returned from closure must be of type @Fractal, float given
312 Triggered E_WARNING: Value returned from closure must be of type @Fractal, gd given
313 Triggered E_WARNING: Value returned from closure must be of type @Fractal, array given
314 Triggered E_WARNING: Value returned from closure must be of type @Fractal, Closure given
315 Triggered E_WARNING: Value returned from closure must be of type @Fractal, Figure given
316 Triggered E_WARNING: Value returned from closure must be of type @Fractal, Square given
317 Triggered E_WARNING: Value returned from closure must be of type @Fractal, xhp_div given
318 Triggered E_WARNING: Value returned from closure must be of type @Fractal, string given
319 Triggered E_WARNING: Value returned from closure must be of type @Fractal, array given
321 calling f13
322 Caught exception: Value returned from closure must be of type Fractal, null given
323 Caught exception: Value returned from closure must be of type Fractal, int given
324 Caught exception: Value returned from closure must be of type Fractal, string given
325 Caught exception: Value returned from closure must be of type Fractal, bool given
326 Caught exception: Value returned from closure must be of type Fractal, float given
327 Caught exception: Value returned from closure must be of type Fractal, gd given
328 Caught exception: Value returned from closure must be of type Fractal, array given
329 Caught exception: Value returned from closure must be of type Fractal, Closure given
330 Caught exception: Value returned from closure must be of type Fractal, Figure given
331 Caught exception: Value returned from closure must be of type Fractal, Square given
332 Caught exception: Value returned from closure must be of type Fractal, xhp_div given
333 Caught exception: Value returned from closure must be of type Fractal, string given
334 Caught exception: Value returned from closure must be of type Fractal, array given
336 calling f13_soft
337 Triggered E_WARNING: Value returned from closure must be of type @Fractal, null given
338 Triggered E_WARNING: Value returned from closure must be of type @Fractal, int given
339 Triggered E_WARNING: Value returned from closure must be of type @Fractal, string given
340 Triggered E_WARNING: Value returned from closure must be of type @Fractal, bool given
341 Triggered E_WARNING: Value returned from closure must be of type @Fractal, float given
342 Triggered E_WARNING: Value returned from closure must be of type @Fractal, gd given
343 Triggered E_WARNING: Value returned from closure must be of type @Fractal, array given
344 Triggered E_WARNING: Value returned from closure must be of type @Fractal, Closure given
345 Triggered E_WARNING: Value returned from closure must be of type @Fractal, Figure given
346 Triggered E_WARNING: Value returned from closure must be of type @Fractal, Square given
347 Triggered E_WARNING: Value returned from closure must be of type @Fractal, xhp_div given
348 Triggered E_WARNING: Value returned from closure must be of type @Fractal, string given
349 Triggered E_WARNING: Value returned from closure must be of type @Fractal, array given
351 calling f14
352 Caught exception: Value returned from closure must be of type my_t, null given
353 Caught exception: Value returned from closure must be of type my_t, string given
354 Caught exception: Value returned from closure must be of type my_t, bool given
355 Caught exception: Value returned from closure must be of type my_t, float given
356 Caught exception: Value returned from closure must be of type my_t, gd given
357 Caught exception: Value returned from closure must be of type my_t, array given
358 Caught exception: Value returned from closure must be of type my_t, Closure given
359 Caught exception: Value returned from closure must be of type my_t, Figure given
360 Caught exception: Value returned from closure must be of type my_t, Square given
361 Caught exception: Value returned from closure must be of type my_t, Fractal given
362 Caught exception: Value returned from closure must be of type my_t, xhp_div given
363 Caught exception: Value returned from closure must be of type my_t, string given
364 Caught exception: Value returned from closure must be of type my_t, array given
366 calling f14_soft
367 Triggered E_WARNING: Value returned from closure must be of type @my_t, null given
368 Triggered E_WARNING: Value returned from closure must be of type @my_t, string given
369 Triggered E_WARNING: Value returned from closure must be of type @my_t, bool given
370 Triggered E_WARNING: Value returned from closure must be of type @my_t, float given
371 Triggered E_WARNING: Value returned from closure must be of type @my_t, gd given
372 Triggered E_WARNING: Value returned from closure must be of type @my_t, array given
373 Triggered E_WARNING: Value returned from closure must be of type @my_t, Closure given
374 Triggered E_WARNING: Value returned from closure must be of type @my_t, Figure given
375 Triggered E_WARNING: Value returned from closure must be of type @my_t, Square given
376 Triggered E_WARNING: Value returned from closure must be of type @my_t, Fractal given
377 Triggered E_WARNING: Value returned from closure must be of type @my_t, xhp_div given
378 Triggered E_WARNING: Value returned from closure must be of type @my_t, string given
379 Triggered E_WARNING: Value returned from closure must be of type @my_t, array given
381 calling f15
383 calling f15_soft
385 calling f16
387 calling f16_soft
389 calling f17
390 Caught exception: Value returned from closure must be of type ?int, string given
391 Caught exception: Value returned from closure must be of type ?int, bool given
392 Caught exception: Value returned from closure must be of type ?int, float given
393 Caught exception: Value returned from closure must be of type ?int, gd given
394 Caught exception: Value returned from closure must be of type ?int, array given
395 Caught exception: Value returned from closure must be of type ?int, Closure given
396 Caught exception: Value returned from closure must be of type ?int, Figure given
397 Caught exception: Value returned from closure must be of type ?int, Square given
398 Caught exception: Value returned from closure must be of type ?int, Fractal given
399 Caught exception: Value returned from closure must be of type ?int, xhp_div given
400 Caught exception: Value returned from closure must be of type ?int, string given
401 Caught exception: Value returned from closure must be of type ?int, array given
403 calling f17_soft
404 Triggered E_WARNING: Value returned from closure must be of type @?int, string given
405 Triggered E_WARNING: Value returned from closure must be of type @?int, bool given
406 Triggered E_WARNING: Value returned from closure must be of type @?int, float given
407 Triggered E_WARNING: Value returned from closure must be of type @?int, gd given
408 Triggered E_WARNING: Value returned from closure must be of type @?int, array given
409 Triggered E_WARNING: Value returned from closure must be of type @?int, Closure given
410 Triggered E_WARNING: Value returned from closure must be of type @?int, Figure given
411 Triggered E_WARNING: Value returned from closure must be of type @?int, Square given
412 Triggered E_WARNING: Value returned from closure must be of type @?int, Fractal given
413 Triggered E_WARNING: Value returned from closure must be of type @?int, xhp_div given
414 Triggered E_WARNING: Value returned from closure must be of type @?int, string given
415 Triggered E_WARNING: Value returned from closure must be of type @?int, array given
417 calling f18
418 Caught exception: Value returned from closure must be of type HH\varray, null given
419 Caught exception: Value returned from closure must be of type HH\varray, int given
420 Caught exception: Value returned from closure must be of type HH\varray, string given
421 Caught exception: Value returned from closure must be of type HH\varray, bool given
422 Caught exception: Value returned from closure must be of type HH\varray, float given
423 Caught exception: Value returned from closure must be of type HH\varray, gd given
424 Caught exception: Value returned from closure must be of type HH\varray, Closure given
425 Caught exception: Value returned from closure must be of type HH\varray, Figure given
426 Caught exception: Value returned from closure must be of type HH\varray, Square given
427 Caught exception: Value returned from closure must be of type HH\varray, Fractal given
428 Caught exception: Value returned from closure must be of type HH\varray, xhp_div given
429 Caught exception: Value returned from closure must be of type HH\varray, string given
431 calling f18_soft
432 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, null given
433 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, int given
434 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, string given
435 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, bool given
436 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, float given
437 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, gd given
438 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, Closure given
439 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, Figure given
440 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, Square given
441 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, Fractal given
442 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, xhp_div given
443 Triggered E_WARNING: Value returned from closure must be of type @HH\varray, string given
445 calling f19
447 calling f19_soft
449 calling f20
450 Caught exception: Value returned from closure must be of type callable, null given
451 Caught exception: Value returned from closure must be of type callable, int given
452 Caught exception: Value returned from closure must be of type callable, string given
453 Caught exception: Value returned from closure must be of type callable, bool given
454 Caught exception: Value returned from closure must be of type callable, float given
455 Caught exception: Value returned from closure must be of type callable, gd given
456 Caught exception: Value returned from closure must be of type callable, array given
457 Caught exception: Value returned from closure must be of type callable, Figure given
458 Caught exception: Value returned from closure must be of type callable, Square given
459 Caught exception: Value returned from closure must be of type callable, Fractal given
460 Caught exception: Value returned from closure must be of type callable, xhp_div given
462 calling f20_soft
463 Triggered E_WARNING: Value returned from closure must be of type @callable, null given
464 Triggered E_WARNING: Value returned from closure must be of type @callable, int given
465 Triggered E_WARNING: Value returned from closure must be of type @callable, string given
466 Triggered E_WARNING: Value returned from closure must be of type @callable, bool given
467 Triggered E_WARNING: Value returned from closure must be of type @callable, float given
468 Triggered E_WARNING: Value returned from closure must be of type @callable, gd given
469 Triggered E_WARNING: Value returned from closure must be of type @callable, array given
470 Triggered E_WARNING: Value returned from closure must be of type @callable, Figure given
471 Triggered E_WARNING: Value returned from closure must be of type @callable, Square given
472 Triggered E_WARNING: Value returned from closure must be of type @callable, Fractal given
473 Triggered E_WARNING: Value returned from closure must be of type @callable, xhp_div given
475 calling f21
477 calling f22
478 Triggered E_WARNING: Value returned from closure must be of type this, null given
479 Triggered E_WARNING: Value returned from closure must be of type this, int given
480 Triggered E_WARNING: Value returned from closure must be of type this, string given
481 Triggered E_WARNING: Value returned from closure must be of type this, bool given
482 Triggered E_WARNING: Value returned from closure must be of type this, float given
483 Triggered E_WARNING: Value returned from closure must be of type this, gd given
484 Triggered E_WARNING: Value returned from closure must be of type this, array given
485 Triggered E_WARNING: Value returned from closure must be of type this, Closure given
486 Triggered E_WARNING: Value returned from closure must be of type this, Figure given
487 Triggered E_WARNING: Value returned from closure must be of type this, Square given
488 Triggered E_WARNING: Value returned from closure must be of type this, Fractal given
489 Triggered E_WARNING: Value returned from closure must be of type this, xhp_div given
490 Triggered E_WARNING: Value returned from closure must be of type this, A given
491 Triggered E_WARNING: Value returned from closure must be of type this, B given
493 calling f22_soft
494 Triggered E_WARNING: Value returned from closure must be of type @this, null given
495 Triggered E_WARNING: Value returned from closure must be of type @this, int given
496 Triggered E_WARNING: Value returned from closure must be of type @this, string given
497 Triggered E_WARNING: Value returned from closure must be of type @this, bool given
498 Triggered E_WARNING: Value returned from closure must be of type @this, float given
499 Triggered E_WARNING: Value returned from closure must be of type @this, gd given
500 Triggered E_WARNING: Value returned from closure must be of type @this, array given
501 Triggered E_WARNING: Value returned from closure must be of type @this, Closure given
502 Triggered E_WARNING: Value returned from closure must be of type @this, Figure given
503 Triggered E_WARNING: Value returned from closure must be of type @this, Square given
504 Triggered E_WARNING: Value returned from closure must be of type @this, Fractal given
505 Triggered E_WARNING: Value returned from closure must be of type @this, xhp_div given
506 Triggered E_WARNING: Value returned from closure must be of type @this, A given
507 Triggered E_WARNING: Value returned from closure must be of type @this, B given
509 calling f23
510 Caught exception: Value returned from closure must be of type B, null given
511 Caught exception: Value returned from closure must be of type B, int given
512 Caught exception: Value returned from closure must be of type B, string given
513 Caught exception: Value returned from closure must be of type B, bool given
514 Caught exception: Value returned from closure must be of type B, float given
515 Caught exception: Value returned from closure must be of type B, gd given
516 Caught exception: Value returned from closure must be of type B, array given
517 Caught exception: Value returned from closure must be of type B, Closure given
518 Caught exception: Value returned from closure must be of type B, Figure given
519 Caught exception: Value returned from closure must be of type B, Square given
520 Caught exception: Value returned from closure must be of type B, Fractal given
521 Caught exception: Value returned from closure must be of type B, xhp_div given
522 Caught exception: Value returned from closure must be of type B, A given
524 calling f23_soft
525 Triggered E_WARNING: Value returned from closure must be of type @B, null given
526 Triggered E_WARNING: Value returned from closure must be of type @B, int given
527 Triggered E_WARNING: Value returned from closure must be of type @B, string given
528 Triggered E_WARNING: Value returned from closure must be of type @B, bool given
529 Triggered E_WARNING: Value returned from closure must be of type @B, float given
530 Triggered E_WARNING: Value returned from closure must be of type @B, gd given
531 Triggered E_WARNING: Value returned from closure must be of type @B, array given
532 Triggered E_WARNING: Value returned from closure must be of type @B, Closure given
533 Triggered E_WARNING: Value returned from closure must be of type @B, Figure given
534 Triggered E_WARNING: Value returned from closure must be of type @B, Square given
535 Triggered E_WARNING: Value returned from closure must be of type @B, Fractal given
536 Triggered E_WARNING: Value returned from closure must be of type @B, xhp_div given
537 Triggered E_WARNING: Value returned from closure must be of type @B, A given
539 calling f24
540 Caught exception: Value returned from closure must be of type A, null given
541 Caught exception: Value returned from closure must be of type A, int given
542 Caught exception: Value returned from closure must be of type A, string given
543 Caught exception: Value returned from closure must be of type A, bool given
544 Caught exception: Value returned from closure must be of type A, float given
545 Caught exception: Value returned from closure must be of type A, gd given
546 Caught exception: Value returned from closure must be of type A, array given
547 Caught exception: Value returned from closure must be of type A, Closure given
548 Caught exception: Value returned from closure must be of type A, Figure given
549 Caught exception: Value returned from closure must be of type A, Square given
550 Caught exception: Value returned from closure must be of type A, Fractal given
551 Caught exception: Value returned from closure must be of type A, xhp_div given
553 calling f24_soft
554 Triggered E_WARNING: Value returned from closure must be of type @A, null given
555 Triggered E_WARNING: Value returned from closure must be of type @A, int given
556 Triggered E_WARNING: Value returned from closure must be of type @A, string given
557 Triggered E_WARNING: Value returned from closure must be of type @A, bool given
558 Triggered E_WARNING: Value returned from closure must be of type @A, float given
559 Triggered E_WARNING: Value returned from closure must be of type @A, gd given
560 Triggered E_WARNING: Value returned from closure must be of type @A, array given
561 Triggered E_WARNING: Value returned from closure must be of type @A, Closure given
562 Triggered E_WARNING: Value returned from closure must be of type @A, Figure given
563 Triggered E_WARNING: Value returned from closure must be of type @A, Square given
564 Triggered E_WARNING: Value returned from closure must be of type @A, Fractal given
565 Triggered E_WARNING: Value returned from closure must be of type @A, xhp_div given
566 Done