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