File manager - Edit - /opt/cpanel/ea-php74/root/usr/share/tests/pecl/mongodb/tests/bulk/bulkwrite-ctor-let_error-001.phpt
Back
--TEST-- MongoDB\Driver\BulkWrite::__construct(): let option invalid type --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; $invalidValues = [true, 1, 'string', null]; foreach ($invalidValues as $invalidValue) { echo throws(function() use ($invalidValue) { new MongoDB\Driver\BulkWrite(['let' => $invalidValue]); }, MongoDB\Driver\Exception\InvalidArgumentException::class), "\n"; } echo throws(function() { new MongoDB\Driver\BulkWrite(['let' => MongoDB\BSON\PackedArray::fromPHP([])]); }, MongoDB\Driver\Exception\UnexpectedValueException::class), "\n"; ?> ===DONE=== <?php exit(0); ?> --EXPECT-- OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected "let" option to be array or object, bool given OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected "let" option to be array or object, int given OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected "let" option to be array or object, string given OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected "let" option to be array or object, null given OK: Got MongoDB\Driver\Exception\UnexpectedValueException MongoDB\BSON\PackedArray cannot be serialized as a root document ===DONE===
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings