Viewing File: /opt/alt/tests/alt-php84-pecl-mongodb_1.20.0-2.el8/tests/bson-decimal128interface-001.phpt

--TEST--
MongoDB\BSON\Decimal128Interface is implemented by MongoDB\BSON\Decimal128
--FILE--
<?php

$decimal = new MongoDB\BSON\Decimal128('1234.5678');
var_dump($decimal instanceof MongoDB\BSON\Decimal128Interface);

?>
===DONE===
<?php exit(0); ?>
--EXPECT--
bool(true)
===DONE===
Back to Directory File Manager
<