Skip to content

Commit 01cb6fb

Browse files
committed
Fix test for GH-10907 with output in different order for master branch
1 parent bb9480a commit 01cb6fb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ext/spl/tests/gh10907.phpt

+7-7
Original file line numberDiff line numberDiff line change
@@ -114,26 +114,26 @@ object(SplFixedArray)#1 (3) {
114114
Test with adding members
115115
string(161) "O:15:"MySplFixedArray":5:{i:0;s:12:"test value 1";i:1;s:12:"test value 2";i:2;N;s:9:"my_string";i:0;s:19:"my_dynamic_property";s:25:"my_dynamic_property_value";}"
116116
object(MySplFixedArray)#1 (5) {
117-
["my_string"]=>
118-
int(0)
119-
["my_dynamic_property"]=>
120-
string(25) "my_dynamic_property_value"
121117
[0]=>
122118
string(12) "test value 1"
123119
[1]=>
124120
string(12) "test value 2"
125121
[2]=>
126122
NULL
127-
}
128-
object(MySplFixedArray)#2 (5) {
129123
["my_string"]=>
130-
string(15) "my_string_value"
124+
int(0)
131125
["my_dynamic_property"]=>
132126
string(25) "my_dynamic_property_value"
127+
}
128+
object(MySplFixedArray)#2 (5) {
133129
[0]=>
134130
string(12) "test value 1"
135131
[1]=>
136132
string(12) "test value 2"
137133
[2]=>
138134
NULL
135+
["my_string"]=>
136+
string(15) "my_string_value"
137+
["my_dynamic_property"]=>
138+
string(25) "my_dynamic_property_value"
139139
}

0 commit comments

Comments
 (0)