--TEST--
MongoDB\BSON\Decimal128 cannot be extended
--FILE--
<?php
class MyDecimal128 extends MongoDB\BSON\Decimal128 {}
?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
Fatal error: Class MyDecimal128 %s final class %SMongoDB\BSON\Decimal128%S in %s on line %d
Back to Directory