Skip to content

Commit 89509f0

Browse files
committed
Revert "Update autovivification change in a test"
I need to implement the autovivify handler in ArrayObject This reverts commit 5c9fc22.
1 parent 5c9fc22 commit 89509f0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Zend/tests/offsets/appending_containers_in_fetch.phpt

+3-7
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,13 @@ 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"
8380
object(B)#4 (1) {
8481
["storage":"ArrayObject":private]=>
8582
array(1) {
8683
[0]=>
87-
object(B)#17 (1) {
88-
["storage":"ArrayObject":private]=>
89-
array(0) {
90-
}
84+
array(1) {
85+
[5]=>
86+
string(5) "value"
9187
}
9288
}
9389
}

0 commit comments

Comments
 (0)