@@ -279,20 +279,20 @@ Unsupported operand types: string - string
279
279
Warning: A non-numeric value encountered
280
280
Unsupported operand types: string - string
281
281
Unsupported operand types: array * array
282
- Unsupported operand types: stdClass * array
283
- Unsupported operand types: resource * array
282
+ Unsupported operand types: array * stdClass
283
+ Unsupported operand types: array * resource
284
284
Unsupported operand types: array * string
285
285
Unsupported operand types: stdClass * array
286
286
Unsupported operand types: stdClass * stdClass
287
287
Unsupported operand types: stdClass * resource
288
288
Unsupported operand types: stdClass * string
289
289
Unsupported operand types: resource * array
290
- Unsupported operand types: stdClass * resource
290
+ Unsupported operand types: resource * stdClass
291
291
Unsupported operand types: resource * resource
292
292
Unsupported operand types: resource * string
293
293
Unsupported operand types: string * array
294
- Unsupported operand types: stdClass * string
295
- Unsupported operand types: resource * string
294
+ Unsupported operand types: string * stdClass
295
+ Unsupported operand types: string * resource
296
296
Unsupported operand types: string * string
297
297
Unsupported operand types: array * null
298
298
Unsupported operand types: null * array
@@ -310,33 +310,35 @@ Unsupported operand types: array * string
310
310
Warning: A non-numeric value encountered
311
311
Unsupported operand types: string * array
312
312
Unsupported operand types: stdClass * null
313
- Unsupported operand types: stdClass * null
314
- Unsupported operand types: stdClass * bool
315
- Unsupported operand types: stdClass * bool
313
+ Unsupported operand types: null * stdClass
316
314
Unsupported operand types: stdClass * bool
315
+ Unsupported operand types: bool * stdClass
317
316
Unsupported operand types: stdClass * bool
317
+ Unsupported operand types: bool * stdClass
318
318
Unsupported operand types: stdClass * int
319
- Unsupported operand types: stdClass * int
320
- Unsupported operand types: stdClass * float
319
+ Unsupported operand types: int * stdClass
321
320
Unsupported operand types: stdClass * float
321
+ Unsupported operand types: float * stdClass
322
322
Unsupported operand types: stdClass * string
323
+ Unsupported operand types: string * stdClass
323
324
Unsupported operand types: stdClass * string
324
- Unsupported operand types: stdClass * string
325
- Unsupported operand types: stdClass * string
326
- Unsupported operand types: resource * null
325
+ Warning: A non-numeric value encountered
326
+ Unsupported operand types: string * stdClass
327
327
Unsupported operand types: resource * null
328
+ Unsupported operand types: null * resource
328
329
Unsupported operand types: resource * bool
330
+ Unsupported operand types: bool * resource
329
331
Unsupported operand types: resource * bool
330
- Unsupported operand types: resource * bool
331
- Unsupported operand types: resource * bool
332
- Unsupported operand types: resource * int
332
+ Unsupported operand types: bool * resource
333
333
Unsupported operand types: resource * int
334
+ Unsupported operand types: int * resource
334
335
Unsupported operand types: resource * float
335
- Unsupported operand types: resource * float
336
- Unsupported operand types: resource * string
337
- Unsupported operand types: resource * string
336
+ Unsupported operand types: float * resource
338
337
Unsupported operand types: resource * string
338
+ Unsupported operand types: string * resource
339
339
Unsupported operand types: resource * string
340
+ Warning: A non-numeric value encountered
341
+ Unsupported operand types: string * resource
340
342
Unsupported operand types: string * null
341
343
Unsupported operand types: null * string
342
344
Unsupported operand types: string * bool
0 commit comments