This commit is contained in:
Antony Dovgal 2011-05-04 08:28:31 +00:00
parent 0bce4957e5
commit 176c6fe901

View file

@ -1,9 +1,11 @@
--TEST-- --TEST--
Check the php_ini_loaded_file() function. No file is loaded in test, so false ins returned Check the php_ini_loaded_file() function
--CREDITS-- --CREDITS--
Sebastian Schürmann Sebastian Schürmann
sschuermann@chip.de sschuermann@chip.de
Testfest 2009 Munich Testfest 2009 Munich
--INI--
precision=12
--FILE-- --FILE--
<?php <?php
var_dump(php_ini_loaded_file()); var_dump(php_ini_loaded_file());