Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
php-7.1
/
share
/
test
/
mongodb
/
tests
/
manager
/
//proc/thread-self/root/opt/php-7.1/share/test/mongodb/tests/manager/manager-ctor-003.phpt
--TEST-- MongoDB\Driver\Manager::__construct() URI defaults to "mongodb://127.0.0.1/" --SKIPIF-- <?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM uses HHVM's logging functionality, and hence can't catch this"); ?> --FILE-- <?php ini_set('mongodb.debug', 'stderr'); $manager = new MongoDB\Driver\Manager(); ini_set('mongodb.debug', ''); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- [%s] PHONGO: DEBUG > Connection string: 'mongodb://127.0.0.1/' %A ===DONE===