Files
mongo-php-driver/tests/functional/phpinfo-2.phpt
T
2018-02-27 09:48:25 -05:00

19 lines
254 B
PHP

--TEST--
phpinfo() reports mongodb.debug (default and overridden)
--INI--
mongodb.debug=stderr
--FILE--
<?php
ini_set("mongodb.debug", "stdout");
phpinfo();
?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
%a
mongodb.debug => stdout => stderr
%a
===DONE===