You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Binary operation "/" between int<0, max> and int<0, max> might result in an error.',
291
+
25,
292
+
],
293
+
]);
286
294
}
287
295
288
296
publicfunctiontestRuleWithNullsafeVariant(): void
@@ -659,6 +667,14 @@ public function testBenevolentUnion(): void
659
667
'Binary operation "/" between (array<string, string>|bool|int|object|resource) and BinaryOpBenevolentUnion\\Foo results in an error.',
660
668
105,
661
669
],
670
+
[
671
+
'Binary operation "/" between (array<string, string>|bool|int|object|resource) and (array<string, string>|bool|int|object|resource) might result in an error.',
672
+
108,
673
+
],
674
+
[
675
+
'Binary operation "/=" between 1 and (array<string, string>|bool|int|object|resource) might result in an error.',
676
+
111,
677
+
],
662
678
[
663
679
'Binary operation "/=" between array{} and (array<string, string>|bool|int|object|resource) results in an error.',
664
680
114,
@@ -667,14 +683,34 @@ public function testBenevolentUnion(): void
667
683
'Binary operation "/=" between BinaryOpBenevolentUnion\\Foo and (array<string, string>|bool|int|object|resource) results in an error.',
668
684
117,
669
685
],
686
+
[
687
+
"Binary operation \"/=\" between '123' and (array<string, string>|bool|int|object|resource) might result in an error.",
688
+
120,
689
+
],
690
+
[
691
+
'Binary operation "/=" between 1.23 and (array<string, string>|bool|int|object|resource) might result in an error.',
692
+
123,
693
+
],
694
+
[
695
+
'Binary operation "/=" between (array<string, string>|bool|int|object|resource) and (array<string, string>|bool|int|object|resource) might result in an error.',
696
+
126,
697
+
],
670
698
[
671
699
'Binary operation "%" between (array<string, string>|bool|int|object|resource) and array{} results in an error.',
672
700
135,
673
701
],
674
702
[
675
-
'Binary operation "%" between (array<string, string>|bool|int|object|resource) and BinaryOpBenevolentUnion\\Foo results in an error.',
703
+
'Binary operation "%" between (array<string, string>|bool|int|object|resource) and BinaryOpBenevolentUnion\Foo results in an error.',
676
704
136,
677
705
],
706
+
[
707
+
'Binary operation "%" between (array<string, string>|bool|int|object|resource) and (array<string, string>|bool|int|object|resource) might result in an error.',
708
+
139,
709
+
],
710
+
[
711
+
'Binary operation "%=" between 1 and (array<string, string>|bool|int|object|resource) might result in an error.',
712
+
142,
713
+
],
678
714
[
679
715
'Binary operation "%=" between array{} and (array<string, string>|bool|int|object|resource) results in an error.',
680
716
145,
@@ -683,6 +719,18 @@ public function testBenevolentUnion(): void
683
719
'Binary operation "%=" between BinaryOpBenevolentUnion\\Foo and (array<string, string>|bool|int|object|resource) results in an error.',
684
720
148,
685
721
],
722
+
[
723
+
"Binary operation \"%=\" between '123' and (array<string, string>|bool|int|object|resource) might result in an error.",
724
+
151,
725
+
],
726
+
[
727
+
'Binary operation "%=" between 1.23 and (array<string, string>|bool|int|object|resource) might result in an error.',
728
+
154,
729
+
],
730
+
[
731
+
'Binary operation "%=" between (array<string, string>|bool|int|object|resource) and (array<string, string>|bool|int|object|resource) might result in an error.',
732
+
157,
733
+
],
686
734
[
687
735
'Binary operation "-" between (array<string, string>|bool|int|object|resource) and array{} results in an error.',
688
736
166,
@@ -810,4 +858,94 @@ public function testBug7863(): void
0 commit comments