File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ var_dump($dbptr->dbref);
10
10
===DONE===
11
11
<?php exit (0 ); ?>
12
12
--EXPECTF--
13
- object(MongoDB\BSON\DBPointer)#1 (2 ) {
13
+ object(MongoDB\BSON\DBPointer)#%d (%d ) {
14
14
["ref"]=>
15
15
string(11) "phongo.test"
16
16
["id"]=>
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ echo "\n";
14
14
===DONE===
15
15
<?php exit (0 ); ?>
16
16
--EXPECTF--
17
- object(MongoDB\BSON\DBPointer)#1 (2 ) {
17
+ object(MongoDB\BSON\DBPointer)#%d (%d ) {
18
18
["ref"]=>
19
19
string(11) "phongo.test"
20
20
["id"]=>
21
21
string(24) "5a2e78accd485d55b4050000"
22
22
}
23
23
string(104) "O:22:"MongoDB\BSON\DBPointer":2:{s:3:"ref";s:11:"phongo.test";s:2:"id";s:24:"5a2e78accd485d55b4050000";}"
24
- object(MongoDB\BSON\DBPointer)#2 (2 ) {
24
+ object(MongoDB\BSON\DBPointer)#%d (%d ) {
25
25
["ref"]=>
26
26
string(11) "phongo.test"
27
27
["id"]=>
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ object(MongoDB\Driver\ServerApi)#%d (%d) {
32
32
NULL
33
33
}
34
34
O:24:"MongoDB\Driver\ServerApi":3:{s:7:"version";s:1:"1";s:6:"strict";N;s:17:"deprecationErrors";N;}
35
- object(MongoDB\Driver\ServerApi)#5 (3 ) {
35
+ object(MongoDB\Driver\ServerApi)#%d (%d ) {
36
36
["version"]=>
37
37
string(1) "1"
38
38
["strict"]=>
@@ -50,7 +50,7 @@ object(MongoDB\Driver\ServerApi)#%d (%d) {
50
50
NULL
51
51
}
52
52
O:24:"MongoDB\Driver\ServerApi":3:{s:7:"version";s:1:"1";s:6:"strict";b:1;s:17:"deprecationErrors";N;}
53
- object(MongoDB\Driver\ServerApi)#5 (3 ) {
53
+ object(MongoDB\Driver\ServerApi)#%d (%d ) {
54
54
["version"]=>
55
55
string(1) "1"
56
56
["strict"]=>
@@ -68,7 +68,7 @@ object(MongoDB\Driver\ServerApi)#%d (%d) {
68
68
bool(true)
69
69
}
70
70
O:24:"MongoDB\Driver\ServerApi":3:{s:7:"version";s:1:"1";s:6:"strict";N;s:17:"deprecationErrors";b:1;}
71
- object(MongoDB\Driver\ServerApi)#5 (3 ) {
71
+ object(MongoDB\Driver\ServerApi)#%d (%d ) {
72
72
["version"]=>
73
73
string(1) "1"
74
74
["strict"]=>
@@ -86,7 +86,7 @@ object(MongoDB\Driver\ServerApi)#%d (%d) {
86
86
bool(false)
87
87
}
88
88
O:24:"MongoDB\Driver\ServerApi":3:{s:7:"version";s:1:"1";s:6:"strict";b:0;s:17:"deprecationErrors";b:0;}
89
- object(MongoDB\Driver\ServerApi)#5 (3 ) {
89
+ object(MongoDB\Driver\ServerApi)#%d (%d ) {
90
90
["version"]=>
91
91
string(1) "1"
92
92
["strict"]=>
You can’t perform that action at this time.
0 commit comments