Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-8.2.24-202410171016
/
share
/
test
/
mongodb
/
tests
/
manager
/
//opt/php-8.2.24-202410171016/share/test/mongodb/tests/manager/manager-ctor-008.phpt
--TEST-- MongoDB\Driver\Manager::__construct() does not canonicalise options --FILE-- <?php ini_set('mongodb.debug', 'stderr'); new MongoDB\Driver\Manager(); new MongoDB\Driver\Manager('mongodb://localhost:27017/'); ini_set('mongodb.debug', ''); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- %A [%s] PHONGO: DEBUG > Created client with hash: %s %A [%s] PHONGO: DEBUG > Created client with hash: %s %A ===DONE===