Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.0
/
share
/
test
/
mongodb
/
tests
/
functional
/
//opt/php-7.0/share/test/mongodb/tests/functional/phpinfo-2.phpt
--TEST-- phpinfo() reports mongodb.debug (default and overridden) --INI-- mongodb.debug=stderr --SKIPIF-- <?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM does not do phpinfo() this way"); ?> --FILE-- <?php ini_set("mongodb.debug", "stdout"); phpinfo(); ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- %a mongodb.debug => stdout => stderr %a ===DONE===