📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 19:29:19
📂
/ (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: writeconcern-getjournal-001.phpt
Read Only
--TEST-- MongoDB\Driver\WriteConcern::getJournal() --FILE-- <?php $tests = array( true, false, 1, 0, null, ); foreach ($tests as $test) { $wc = new MongoDB\Driver\WriteConcern(1, 0, $test); var_dump($wc->getJournal()); } // Test with default value $wc = new MongoDB\Driver\WriteConcern(1, 0); var_dump($wc->getJournal()); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(true) bool(false) bool(true) bool(false) NULL NULL ===DONE===
💾 Save Changes
❌ Cancel