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 56323ed commit e589e4aCopy full SHA for e589e4a
tests/bson-binary-vector/prose_test-003.phpt
@@ -22,7 +22,7 @@ $v3 = $b3->toArray();
22
23
// Assert that both Binary and array representations are equal
24
var_dump($b1 == $b3);
25
-var_dump($b1 === $v3);
+var_dump($v1 === $v3);
26
27
?>
28
===DONE===
0 commit comments