tony2001 Wed, 04 May 2011 08:28:31 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310755
Log:
fix test
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt
U php/php-src/trunk/ext/standard/tests/php_ini_loaded_file.phpt
Modified:
php/php-src/branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt
2011-05-04 08:24:16 UTC (rev 310754)
+++ php/php-src/branches/PHP_5_3/ext/standard/tests/php_ini_loaded_file.phpt
2011-05-04 08:28:31 UTC (rev 310755)
@@ -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
[email protected]
Testfest 2009 Munich
+--INI--
+precision=12
--FILE--
<?php
var_dump(php_ini_loaded_file());
Modified: php/php-src/trunk/ext/standard/tests/php_ini_loaded_file.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/php_ini_loaded_file.phpt
2011-05-04 08:24:16 UTC (rev 310754)
+++ php/php-src/trunk/ext/standard/tests/php_ini_loaded_file.phpt
2011-05-04 08:28:31 UTC (rev 310755)
@@ -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
[email protected]
Testfest 2009 Munich
+--INI--
+precision=12
--FILE--
<?php
var_dump(php_ini_loaded_file());
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php