summaryrefslogtreecommitdiff
path: root/ext/standard/tests/php_ini_loaded_file.phpt
blob: 747e0196f19f4c42d4f99506bc66ed9f0e973083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--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) "%sphp.ini"