Viewing File: /opt/alt/tests/alt-php80-pecl-mongodb_1.18.1-1.el8/tests/ini-debug-phpinfo-002.phpt

--TEST--
phpinfo() reports mongodb.debug (master and local)
--INI--
mongodb.debug=stderr
--FILE--
<?php

ini_set('mongodb.debug', 'stdout');
phpinfo();

?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
%a
mongodb.debug => stdout => stderr
%a
===DONE===%A
Back to Directory File Manager
<