1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/ext/standard/tests/php_ini_loaded_file.phpt
Pierre Joye 09e3a1c2de - fix test
2011-09-06 07:47:20 +00:00

15 lines
231 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) "%sphp.ini"