📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 04:46:41
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-packedarray-toPHP-001.phpt
Read Only
--TEST-- MongoDB\BSON\PackedArray::toPHP(): Type map defaults to array root type --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; $packedArray = MongoDB\BSON\PackedArray::fromPHP([1, 2, 3]); var_dump($packedArray->toPHP()); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } ===DONE===
💾 Save Changes
❌ Cancel