uawdijnntqw1x1x1
IP : 3.138.178.162
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
.
/
.
/
..
/
.
/
opt
/
alt
/
tests
/
alt-php80-pecl-mongodb_1.18.1-1.el8
/
tests
/
manager-ctor-004.phpt
/
/
--TEST-- MongoDB\Driver\Manager::__construct(): Deprecated boolean options in URI string --FILE-- <?php $tests = [ // Deprecated URI string values for true '1', 'yes', 'y', 't', // Deprecated URI string values for false '0', '-1', 'no', 'n', 'f', ]; foreach ($tests as $test) { $manager = new MongoDB\Driver\Manager('mongodb://127.0.0.1/?journal=' . $test); var_dump($manager->getWriteConcern()->getJournal()); } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- bool(true) bool(true) bool(true) bool(true) bool(false) bool(false) bool(false) bool(false) bool(false) ===DONE===
/home/../././.././opt/alt/tests/alt-php80-pecl-mongodb_1.18.1-1.el8/tests/manager-ctor-004.phpt