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

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

$maxkey = new MongoDB\BSON\MaxKey;
var_dump($maxkey->jsonSerialize());

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