📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 04:46:01
📂
/ (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-binary-jsonserialize-001.phpt
Read Only
--TEST-- MongoDB\BSON\Binary::jsonSerialize() return value --FILE-- <?php $binary = new MongoDB\BSON\Binary('gargleblaster', 24); var_dump($binary->jsonSerialize()); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- array(2) { ["$binary"]=> string(20) "Z2FyZ2xlYmxhc3Rlcg==" ["$type"]=> string(2) "18" } ===DONE===
💾 Save Changes
❌ Cancel