From: foobar Date: Tue, 1 Nov 2005 22:39:53 +0000 (+0000) Subject: - Fixed test. Some people might actually be using php.ini-dist which X-Git-Tag: php-5.1.0RC5~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e02f8809f119eb49ca9fde93e4abae03bdd897c2;p=php - Fixed test. Some people might actually be using php.ini-dist which has precision set to 12. (and this test results need 14) --- diff --git a/ext/standard/tests/array/bug35014.phpt b/ext/standard/tests/array/bug35014.phpt index 8599a3c7ca..213bacae3c 100644 --- a/ext/standard/tests/array/bug35014.phpt +++ b/ext/standard/tests/array/bug35014.phpt @@ -1,24 +1,27 @@ --TEST-- Bug #35014 (array_product() always returns 0) +--INI-- +precision=14 --FILE-- --EXPECTF-- + Warning: array_product(): The argument should be an array in %s/bug35014.php on line 15 NULL int(0)