Skip to content

Commit e589e4a

Browse files
committed
Fix variable reference
1 parent 56323ed commit e589e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bson-binary-vector/prose_test-003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $v3 = $b3->toArray();
2222

2323
// Assert that both Binary and array representations are equal
2424
var_dump($b1 == $b3);
25-
var_dump($b1 === $v3);
25+
var_dump($v1 === $v3);
2626

2727
?>
2828
===DONE===

0 commit comments

Comments
 (0)