📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 14:31:27
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-timestamp-002.phpt
Read Only
--TEST-- MongoDB\BSON\Timestamp debug handler --FILE-- <?php $timestamp = new MongoDB\BSON\Timestamp(1234, 5678); var_dump($timestamp); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- object(MongoDB\BSON\Timestamp)#%d (%d) { ["increment"]=> string(4) "1234" ["timestamp"]=> string(4) "5678" } ===DONE===
💾 Save Changes
❌ Cancel