diff --git a/ext/spl/tests/gh10907.phpt b/ext/spl/tests/gh10907.phpt index 034c5f1d5a3..b154688ff7c 100644 --- a/ext/spl/tests/gh10907.phpt +++ b/ext/spl/tests/gh10907.phpt @@ -114,26 +114,26 @@ object(SplFixedArray)#1 (3) { Test with adding members 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";}" object(MySplFixedArray)#1 (5) { + [0]=> + string(12) "test value 1" + [1]=> + string(12) "test value 2" + [2]=> + NULL ["my_string"]=> int(0) ["my_dynamic_property"]=> string(25) "my_dynamic_property_value" +} +object(MySplFixedArray)#2 (5) { [0]=> string(12) "test value 1" [1]=> string(12) "test value 2" [2]=> NULL -} -object(MySplFixedArray)#2 (5) { ["my_string"]=> string(15) "my_string_value" ["my_dynamic_property"]=> string(25) "my_dynamic_property_value" - [0]=> - string(12) "test value 1" - [1]=> - string(12) "test value 2" - [2]=> - NULL }