From 660d1fe292c8bddf7448f27f12c56af78d575018 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Thu, 17 Jul 2003 21:02:45 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- tests/lang/bug24640.phpt | 63 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100755 tests/lang/bug24640.phpt diff --git a/tests/lang/bug24640.phpt b/tests/lang/bug24640.phpt new file mode 100755 index 0000000000..39561bd47e --- /dev/null +++ b/tests/lang/bug24640.phpt @@ -0,0 +1,63 @@ +--TEST-- +Bug #24640 var_export and var_dump can't output large float +--FILE-- + +--EXPECT-- +1.7E+300 +float(1.7E+300) +1.7E+300 +1.7E+300 +------ +1.7E-300 +float(1.7E-300) +1.7E-300 +1.7E-300 +------ +1.7E+79 +float(1.7E+79) +1.7E+79 +1.7E+79 +------ +1.7E-79 +float(1.7E-79) +1.7E-79 +1.7E-79 +------ +1.7E+80 +float(1.7E+80) +1.7E+80 +1.7E+80 +------ +1.7E-80 +float(1.7E-80) +1.7E-80 +1.7E-80 +------ +1.7E+81 +float(1.7E+81) +1.7E+81 +1.7E+81 +------ +1.7E-81 +float(1.7E-81) +1.7E-81 +1.7E-81 +------ -- 2.50.1