Skip to content

Commit e0350f4

Browse files
committed
Fix test which now display types of operand in a different order
1 parent 7a954ac commit e0350f4

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

Zend/tests/operator_unsupported_types.phpt

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -279,20 +279,20 @@ Unsupported operand types: string - string
279279
Warning: A non-numeric value encountered
280280
Unsupported operand types: string - string
281281
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
284284
Unsupported operand types: array * string
285285
Unsupported operand types: stdClass * array
286286
Unsupported operand types: stdClass * stdClass
287287
Unsupported operand types: stdClass * resource
288288
Unsupported operand types: stdClass * string
289289
Unsupported operand types: resource * array
290-
Unsupported operand types: stdClass * resource
290+
Unsupported operand types: resource * stdClass
291291
Unsupported operand types: resource * resource
292292
Unsupported operand types: resource * string
293293
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
296296
Unsupported operand types: string * string
297297
Unsupported operand types: array * null
298298
Unsupported operand types: null * array
@@ -310,33 +310,35 @@ Unsupported operand types: array * string
310310
Warning: A non-numeric value encountered
311311
Unsupported operand types: string * array
312312
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
316314
Unsupported operand types: stdClass * bool
315+
Unsupported operand types: bool * stdClass
317316
Unsupported operand types: stdClass * bool
317+
Unsupported operand types: bool * stdClass
318318
Unsupported operand types: stdClass * int
319-
Unsupported operand types: stdClass * int
320-
Unsupported operand types: stdClass * float
319+
Unsupported operand types: int * stdClass
321320
Unsupported operand types: stdClass * float
321+
Unsupported operand types: float * stdClass
322322
Unsupported operand types: stdClass * string
323+
Unsupported operand types: string * stdClass
323324
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
327327
Unsupported operand types: resource * null
328+
Unsupported operand types: null * resource
328329
Unsupported operand types: resource * bool
330+
Unsupported operand types: bool * resource
329331
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
333333
Unsupported operand types: resource * int
334+
Unsupported operand types: int * resource
334335
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
338337
Unsupported operand types: resource * string
338+
Unsupported operand types: string * resource
339339
Unsupported operand types: resource * string
340+
Warning: A non-numeric value encountered
341+
Unsupported operand types: string * resource
340342
Unsupported operand types: string * null
341343
Unsupported operand types: null * string
342344
Unsupported operand types: string * bool

0 commit comments

Comments
 (0)