summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2011-05-04 08:28:31 +0000
committerAntony Dovgal <tony2001@php.net>2011-05-04 08:28:31 +0000
commit176c6fe901b5215ce309e95012bcfc50c5c4d3bd (patch)
tree1250504150f83f69ec54841c7823fcce52e60382 /ext
parent0bce4957e59bafa18eb7d9408a2ff360d427a967 (diff)
downloadphp-git-176c6fe901b5215ce309e95012bcfc50c5c4d3bd.tar.gz
fix test
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/tests/php_ini_loaded_file.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/standard/tests/php_ini_loaded_file.phpt b/ext/standard/tests/php_ini_loaded_file.phpt
index b443c5f70b..7958eb1274 100644
--- a/ext/standard/tests/php_ini_loaded_file.phpt
+++ b/ext/standard/tests/php_ini_loaded_file.phpt
@@ -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());