mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix test
This commit is contained in:
parent
0bce4957e5
commit
176c6fe901
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
--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--
|
||||
Sebastian Schürmann
|
||||
sschuermann@chip.de
|
||||
Testfest 2009 Munich
|
||||
--INI--
|
||||
precision=12
|
||||
--FILE--
|
||||
<?php
|
||||
var_dump(php_ini_loaded_file());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue