📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 08:58:53
📂
/ (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-ctor-002.phpt
Read Only
--TEST-- MongoDB\Driver\WriteConcern construction with 64-bit wtimeoutms --SKIPIF-- <?php if (8 !== PHP_INT_SIZE) { die('skip Only for 64-bit platform'); } ?> --FILE-- <?php var_dump(new MongoDB\Driver\WriteConcern(1, 2147483648)); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- object(MongoDB\Driver\WriteConcern)#%d (3) { ["w"]=> int(1) ["j"]=> NULL ["wtimeout"]=> int(2147483648) } ===DONE===
💾 Save Changes
❌ Cancel