From b66f3b08bb68073040edff58d07e11f3876f5f5e Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Mon, 30 Jun 2003 01:03:22 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/standard/tests/serialize/bug24063.phpt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ext/standard/tests/serialize/bug24063.phpt diff --git a/ext/standard/tests/serialize/bug24063.phpt b/ext/standard/tests/serialize/bug24063.phpt new file mode 100644 index 0000000000..3d172993eb --- /dev/null +++ b/ext/standard/tests/serialize/bug24063.phpt @@ -0,0 +1,14 @@ +--TEST-- +Bug #24063 (serialize() missing 0 after the . on scientific notation) +--INI-- +serialize_precision=100 +precision=12 +--FILE-- + +--EXPECT-- +string(9) "d:1.0E-6;" +float(1.0E-6) -- 2.50.1