php-src/ext/standard/tests/php_ini_loaded_file.phpt

13 lines
265 B
Plaintext
Raw Normal View History

2009-08-26 17:17:58 +00:00
--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());
?>
2009-09-10 02:15:08 +00:00
--EXPECTF--
string(%d) "%s/tmp-php.ini"