PATH:
opt
/
alt
/
tests
/
alt-php81-pecl-mongodb_1.18.1-1.el8
/
tests
/
Editing: bson-minkeyinterface-001.phpt
--TEST-- MongoDB\BSON\MinKeyInterface is implemented by MongoDB\BSON\MinKey --FILE-- <?php $minkey = new MongoDB\BSON\MinKey; var_dump($minkey instanceof MongoDB\BSON\MinKeyInterface); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(true) ===DONE===
SAVE
CANCEL