@@ -34,8 +34,8 @@ foreach ($tests as $i => $test) {
34
34
?>
35
35
===DONE===
36
36
<?php exit (0 ); ?>
37
- --EXPECT --
38
- array(4 ) {
37
+ --EXPECTF --
38
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
39
39
["wmajority"]=>
40
40
bool(false)
41
41
["wtimeout"]=>
@@ -45,7 +45,7 @@ array(4) {
45
45
["journal"]=>
46
46
NULL
47
47
}
48
- array(5 ) {
48
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
49
49
["w"]=>
50
50
int(1)
51
51
["wmajority"]=>
@@ -57,7 +57,7 @@ array(5) {
57
57
["journal"]=>
58
58
NULL
59
59
}
60
- array(5 ) {
60
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
61
61
["w"]=>
62
62
string(8) "majority"
63
63
["wmajority"]=>
@@ -69,7 +69,7 @@ array(5) {
69
69
["journal"]=>
70
70
NULL
71
71
}
72
- array(5 ) {
72
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
73
73
["w"]=>
74
74
int(1)
75
75
["wmajority"]=>
@@ -81,7 +81,7 @@ array(5) {
81
81
["journal"]=>
82
82
bool(true)
83
83
}
84
- array(5 ) {
84
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
85
85
["w"]=>
86
86
string(8) "majority"
87
87
["wmajority"]=>
@@ -93,7 +93,7 @@ array(5) {
93
93
["journal"]=>
94
94
bool(true)
95
95
}
96
- array(5 ) {
96
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
97
97
["w"]=>
98
98
int(1)
99
99
["wmajority"]=>
@@ -105,7 +105,7 @@ array(5) {
105
105
["journal"]=>
106
106
bool(false)
107
107
}
108
- array(4 ) {
108
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
109
109
["wmajority"]=>
110
110
bool(false)
111
111
["wtimeout"]=>
@@ -115,7 +115,7 @@ array(4) {
115
115
["journal"]=>
116
116
NULL
117
117
}
118
- array(4 ) {
118
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
119
119
["wmajority"]=>
120
120
bool(false)
121
121
["wtimeout"]=>
@@ -125,7 +125,7 @@ array(4) {
125
125
["journal"]=>
126
126
NULL
127
127
}
128
- array(5 ) {
128
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
129
129
["w"]=>
130
130
int(2)
131
131
["wmajority"]=>
@@ -137,7 +137,7 @@ array(5) {
137
137
["journal"]=>
138
138
NULL
139
139
}
140
- array(5 ) {
140
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
141
141
["w"]=>
142
142
string(8) "majority"
143
143
["wmajority"]=>
@@ -149,7 +149,7 @@ array(5) {
149
149
["journal"]=>
150
150
NULL
151
151
}
152
- array(5 ) {
152
+ object(MongoDB\Driver\WriteConcern)#%d (%d ) {
153
153
["w"]=>
154
154
string(12) "customTagSet"
155
155
["wmajority"]=>
0 commit comments