📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 23:41:15
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: session-getLogicalSessionId-001.phpt
Read Only
--TEST-- MongoDB\Driver\Session::getLogicalSessionId() --SKIPIF-- <?php require __DIR__ . "/../utils/basic-skipif.inc"; ?> <?php skip_if_not_libmongoc_crypto(); ?> <?php skip_if_not_live(); ?> --FILE-- <?php require_once __DIR__ . "/../utils/basic.inc"; $manager = create_test_manager(); $session = $manager->startSession(); $lsid = $session->getLogicalSessionId(); /* Note: we avoid dumping the Binary object as it may contain bytes that * intefere with the test suite's ability to compare expected output. */ var_dump($lsid instanceof stdClass); var_dump($lsid->id instanceof MongoDB\BSON\Binary); var_dump($lsid->id->getType() === MongoDB\BSON\Binary::TYPE_UUID); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- bool(true) bool(true) bool(true) ===DONE===
💾 Save Changes
❌ Cancel