Skip to content

Commit 5c9fc22

Browse files
committed
Update autovivification change in a test
1 parent 9bb980a commit 5c9fc22

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: Zend/tests/offsets/appending_containers_in_fetch.phpt

+7-3
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,17 @@ NULL
7777
Notice: Indirect modification of overloaded element of A has no effect in %s on line %d
7878
Error: Cannot use a scalar value as an array
7979
new B() container:
80+
string(12) "B::offsetSet"
81+
int(5)
82+
string(5) "value"
8083
object(B)#4 (1) {
8184
["storage":"ArrayObject":private]=>
8285
array(1) {
8386
[0]=>
84-
array(1) {
85-
[5]=>
86-
string(5) "value"
87+
object(B)#17 (1) {
88+
["storage":"ArrayObject":private]=>
89+
array(0) {
90+
}
8791
}
8892
}
8993
}

0 commit comments

Comments
 (0)