@@ -27,39 +27,39 @@ try {
27
27
--EXPECTF--
28
28
Warning: Undefined variable $arr in %s on line %d
29
29
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
31
31
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
33
33
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
35
35
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
37
37
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
39
39
40
40
Warning: Undefined variable $arr in %s on line %d
41
41
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
43
43
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
45
45
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
47
47
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
49
49
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
51
51
52
52
Warning: Undefined variable $arr in %s on line %d
53
53
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
55
55
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
57
57
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
59
59
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
61
61
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
63
63
64
64
Warning: Attempt to read property "foo" on null in %s on line %d
65
65
Attempt to assign property "foo" on null
0 commit comments