From 772260fa09165b2fe8a0b02bbdee6c32049b6a2f Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 10 Jan 2005 16:00:32 +0000 Subject: [PATCH] MFH: update test to include negative floats as strings too --- ext/standard/tests/math/bug30069.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/standard/tests/math/bug30069.phpt b/ext/standard/tests/math/bug30069.phpt index 0cdcfc4ab0..5e3246c51c 100755 --- a/ext/standard/tests/math/bug30069.phpt +++ b/ext/standard/tests/math/bug30069.phpt @@ -4,6 +4,9 @@ Bug #30069 (floats as strings used in calculations do not work) --EXPECT-- 0.2 +-0.2 -- 2.40.0