Viewing File: /opt/alt/tests/alt-php81-pecl-mongodb_1.18.1-1.el8/tests/bson-minkey-jsonserialize-001.phpt

--TEST--
MongoDB\BSON\MinKey::jsonSerialize() return value
--FILE--
<?php

$minkey = new MongoDB\BSON\MinKey;
var_dump($minkey->jsonSerialize());

?>
===DONE===
<?php exit(0); ?>
--EXPECT--
array(1) {
  ["$minKey"]=>
  int(1)
}
===DONE===
Back to Directory File Manager
<