📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 07:16:16
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-utcdatetime-jsonserialize-001.phpt
Read Only
--TEST-- MongoDB\BSON\UTCDateTime::jsonSerialize() return value --FILE-- <?php $udt = new MongoDB\BSON\UTCDateTime(new DateTime('2016-10-11 13:34:26.817 UTC')); var_dump($udt->jsonSerialize()); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- array(1) { ["$date"]=> array(1) { ["$numberLong"]=> string(13) "1476192866817" } } ===DONE===
💾 Save Changes
❌ Cancel