/
usr
/
share
/
php
/
tests
/
mongodb
/
tests
/
bson
/
Upload File
HOME
--TEST-- MongoDB\BSON\Binary::__toString() --FILE-- <?php $binary = new MongoDB\BSON\Binary('foobar', MongoDB\BSON\Binary::TYPE_GENERIC); var_dump((string) $binary); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- string(6) "foobar" ===DONE===