From aeb5830c20b97b101618448d0fae02eff2ac17a5 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 1 Nov 2005 22:42:03 +0000 Subject: [PATCH] MFB: fixed test --- 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.50.1