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