Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
php-7.4
/
share
/
test
/
mongodb
/
tests
/
bson
/
//proc/self/root/opt/php-7.4/share/test/mongodb/tests/bson/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===