From e02f8809f119eb49ca9fde93e4abae03bdd897c2 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 1 Nov 2005 22:39:53 +0000 Subject: [PATCH] - Fixed test. Some people might actually be using php.ini-dist which has precision set to 12. (and this test results need 14) --- ext/standard/tests/array/bug35014.phpt | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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) -- 2.40.0