Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-8.2.27-202502031751
/
share
/
test
/
mongodb
/
tests
/
cursorid
/
//opt/php-8.2.27-202502031751/share/test/mongodb/tests/cursorid/cursorid-debug-003.phpt
--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===