📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 16:06:31
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-mongodb_2.3.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-mongodb_2.3.1-1.el8/tests
🔄 Refresh
✏️
Editing: writeconcern-getwtimeout-001.phpt
Read Only
--TEST-- MongoDB\Driver\WriteConcern::getWtimeout() --FILE-- <?php $tests = array( 0, 1, ); foreach ($tests as $test) { $wc = new MongoDB\Driver\WriteConcern(1, $test); var_dump($wc->getWtimeout()); var_dump($wc->wtimeout); } // Test with default value $wc = new MongoDB\Driver\WriteConcern(1); var_dump($wc->getWtimeout()); var_dump($wc->wtimeout); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- int(0) int(0) int(1) int(1) int(0) int(0) ===DONE===
💾 Save Changes
❌ Cancel