@@ -27,39 +27,39 @@ try {
2727--EXPECTF--
2828Warning: Undefined variable $arr in %s on line %d
2929
30- Warning: Trying to access array offset on value of type null in %s on line %d
30+ Warning: Trying to access array offset on null in %s on line %d
3131
32- Warning: Trying to access array offset on value of type null in %s on line %d
32+ Warning: Trying to access array offset on null in %s on line %d
3333
34- Warning: Trying to access array offset on value of type null in %s on line %d
34+ Warning: Trying to access array offset on null in %s on line %d
3535
36- Warning: Trying to access array offset on value of type null in %s on line %d
36+ Warning: Trying to access array offset on null in %s on line %d
3737
38- Warning: Trying to access array offset on value of type null in %s on line %d
38+ Warning: Trying to access array offset on null in %s on line %d
3939
4040Warning: Undefined variable $arr in %s on line %d
4141
42- Warning: Trying to access array offset on value of type null in %s on line %d
42+ Warning: Trying to access array offset on null in %s on line %d
4343
44- Warning: Trying to access array offset on value of type null in %s on line %d
44+ Warning: Trying to access array offset on null in %s on line %d
4545
46- Warning: Trying to access array offset on value of type null in %s on line %d
46+ Warning: Trying to access array offset on null in %s on line %d
4747
48- Warning: Trying to access array offset on value of type null in %s on line %d
48+ Warning: Trying to access array offset on null in %s on line %d
4949
50- Warning: Trying to access array offset on value of type null in %s on line %d
50+ Warning: Trying to access array offset on null in %s on line %d
5151
5252Warning: Undefined variable $arr in %s on line %d
5353
54- Warning: Trying to access array offset on value of type null in %s on line %d
54+ Warning: Trying to access array offset on null in %s on line %d
5555
56- Warning: Trying to access array offset on value of type null in %s on line %d
56+ Warning: Trying to access array offset on null in %s on line %d
5757
58- Warning: Trying to access array offset on value of type null in %s on line %d
58+ Warning: Trying to access array offset on null in %s on line %d
5959
60- Warning: Trying to access array offset on value of type null in %s on line %d
60+ Warning: Trying to access array offset on null in %s on line %d
6161
62- Warning: Trying to access array offset on value of type null in %s on line %d
62+ Warning: Trying to access array offset on null in %s on line %d
6363
6464Warning: Attempt to read property "foo" on null in %s on line %d
6565Attempt to assign property "foo" on null
0 commit comments