📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 03:45:40
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-toJSON_error-001.phpt
Read Only
--TEST-- MongoDB\BSON\toJSON(): BSON decoding exceptions --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; /* We can't really test for bson_iter_init() failure within libbson, since * bson_reader_read() already checks that the buffer is at least 5 bytes. */ $tests = [ '', str_repeat(fromJSON('{"x": "y"}'), 2), ]; foreach ($tests as $bson) { echo throws(function() use ($bson) { toJSON($bson); }, 'MongoDB\Driver\Exception\UnexpectedValueException'), "\n"; } ?> ===DONE=== <?php exit(0); ?> --EXPECT-- OK: Got MongoDB\Driver\Exception\UnexpectedValueException Could not read document from BSON reader OK: Got MongoDB\Driver\Exception\UnexpectedValueException Reading document did not exhaust input buffer ===DONE===
💾 Save Changes
❌ Cancel