php-src/ext/standard/tests/php_ini_loaded_file.phpt
Ilia Alshanetsky 0a54e5b768 Fixed test
2009-09-10 02:15:08 +00:00

13 lines
265 B
PHP

--TEST--
Check the php_ini_loaded_file() function. No file is loaded in test, so false ins returned
--CREDITS--
Sebastian Schürmann
sschuermann@chip.de
Testfest 2009 Munich
--FILE--
<?php
var_dump(php_ini_loaded_file());
?>
--EXPECTF--
string(%d) "%s/tmp-php.ini"