mirror of
https://github.com/php/php-src.git
synced 2025-01-08 03:54:29 +08:00
15 lines
231 B
PHP
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"
|