php-src/ext/standard/tests/php_ini_loaded_file.phpt
Antony Dovgal 176c6fe901 fix test
2011-05-04 08:28:31 +00:00

15 lines
236 B
PHP

--TEST--
Check the php_ini_loaded_file() function
--CREDITS--
Sebastian Schürmann
sschuermann@chip.de
Testfest 2009 Munich
--INI--
precision=12
--FILE--
<?php
var_dump(php_ini_loaded_file());
?>
--EXPECTF--
string(%d) "%s/tmp-php.ini"