📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 11:39:32
📂
/ (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: cursorid-debug-003.phpt
Read Only
--TEST-- MongoDB\Driver\CursorId debug output on 64-bit platform --SKIPIF-- <?php if (8 !== PHP_INT_SIZE) { die('skip Only for 64-bit platform'); } ?> --FILE-- <?php require_once __DIR__ . '/../utils/basic.inc'; $cursorId = unserialize('C:23:"MongoDB\Driver\CursorId":42:{a:1:{s:2:"id";s:19:"7250031947823432848";}}'); var_dump($cursorId); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- object(MongoDB\Driver\CursorId)#%d (%d) { ["id"]=> int(7250031947823432848) } ===DONE===
💾 Save Changes
❌ Cancel