File manager - Edit - /opt/cpanel/ea-php74/root/usr/share/tests/pecl/mongodb/tests/bson/bson-packedarray-array-access_error-001.phpt
Back
--TEST-- MongoDB\BSON\PackedArray array access does not allow writing (dimension object handlers) --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; $array = MongoDB\BSON\PackedArray::fromPHP(["foo", new MongoDB\BSON\Int64(123)]); // Writing causes exception echo throws(function() use ($array) { $array[0] = 'bar'; }, MongoDB\Driver\Exception\LogicException::class), "\n"; // Unsetting causes exception echo throws(function() use ($array) { unset($array[0]); }, MongoDB\Driver\Exception\LogicException::class), "\n"; ?> ===DONE=== <?php exit(0); ?> --EXPECT-- OK: Got MongoDB\Driver\Exception\LogicException Cannot write to MongoDB\BSON\PackedArray offset OK: Got MongoDB\Driver\Exception\LogicException Cannot unset MongoDB\BSON\PackedArray offset ===DONE===
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings