From 36a76f403a3afe07d7a6e44ed07239e630e3b76a Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 15 Sep 2004 13:54:16 +0000 Subject: [PATCH] Test for bug #30069 --- ext/standard/tests/math/bug30069.phpt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ext/standard/tests/math/bug30069.phpt diff --git a/ext/standard/tests/math/bug30069.phpt b/ext/standard/tests/math/bug30069.phpt new file mode 100755 index 0000000000..0cdcfc4ab0 --- /dev/null +++ b/ext/standard/tests/math/bug30069.phpt @@ -0,0 +1,9 @@ +--TEST-- +Bug #30069 (floats as strings used in calculations do not work) +--FILE-- + +--EXPECT-- +0.2 -- 2.50.1