From: SVN Migration Date: Mon, 30 Jun 2003 01:03:22 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.3RC2~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b66f3b08bb68073040edff58d07e11f3876f5f5e;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- 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)