We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9eea94 commit f54546aCopy full SHA for f54546a
tests/exception/bulkwriteexception-getwriteresult-001.phpt
@@ -23,7 +23,7 @@ try {
23
===DONE===
24
<?php exit(0); ?>
25
--EXPECTF--
26
-object(MongoDB\Driver\WriteResult)#%d (9) {
+object(MongoDB\Driver\WriteResult)#%d (%d) {
27
["nInserted"]=>
28
int(1)
29
["nMatched"]=>
@@ -40,7 +40,7 @@ object(MongoDB\Driver\WriteResult)#%d (9) {
40
["writeErrors"]=>
41
array(1) {
42
[0]=>
43
- object(MongoDB\Driver\WriteError)#%d (4) {
+ object(MongoDB\Driver\WriteError)#%d (%d) {
44
["message"]=>
45
string(%d) %s
46
["code"]=>
@@ -54,7 +54,7 @@ object(MongoDB\Driver\WriteResult)#%d (9) {
54
["writeConcernError"]=>
55
NULL
56
["writeConcern"]=>
57
- object(MongoDB\Driver\WriteConcern)#%d (0) {
+ object(MongoDB\Driver\WriteConcern)#%d (%d) {
58
}
59
60
0 commit comments