Skip to content

Commit 968d49a

Browse files
committed
fix test
1 parent 829d08e commit 968d49a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/standard/tests/php_ini_loaded_file.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
--TEST--
2-
Check the php_ini_loaded_file() function. No file is loaded in test, so false ins returned
2+
Check the php_ini_loaded_file() function
33
--CREDITS--
44
Sebastian Schürmann
55
sschuermann@chip.de
66
Testfest 2009 Munich
7+
--INI--
8+
precision=12
79
--FILE--
810
<?php
911
var_dump(php_ini_loaded_file());

0 commit comments

Comments
 (0)