📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 07:49:07
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-mongodb_1.20.0-2.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-mongodb_1.20.0-2.el8/tests
🔄 Refresh
✏️
Editing: bson-utcdatetime-todatetime-002.phpt
Read Only
--TEST-- MongoDB\BSON\UTCDateTime::toDateTime() dumping seconds and microseconds --INI-- date.timezone=UTC --FILE-- <?php $utcdatetime = new MongoDB\BSON\UTCDateTime(new MongoDB\BSON\Int64('1416445411987')); $datetime = $utcdatetime->toDateTime(); var_dump(get_class($datetime)); echo $datetime->format('U.u'), "\n"; ?> ===DONE=== <?php exit(0); ?> --EXPECT-- string(8) "DateTime" 1416445411.987000 ===DONE===
💾 Save Changes
❌ Cancel