mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fix test for GH-10907 with output in different order for master branch
This commit is contained in:
parent
bb9480a8be
commit
01cb6fb65a
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue