📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 06:12:52
📂
/ (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-timestamp-jsonserialize-001.phpt
Read Only
--TEST-- MongoDB\BSON\Timestamp::jsonSerialize() return value --FILE-- <?php $ts = new MongoDB\BSON\Timestamp('1234', '5678'); var_dump($ts->jsonSerialize()); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- array(1) { ["$timestamp"]=> array(2) { ["t"]=> int(5678) ["i"]=> int(1234) } } ===DONE===
💾 Save Changes
❌ Cancel