adedd test for bug #68797

This commit is contained in:
Anatol Belski 2015-03-17 19:47:01 +01:00
parent a160a9097a
commit 87767d9ea1

13
Zend/tests/bug68797.phpt Normal file
View File

@ -0,0 +1,13 @@
--TEST--
Bug #68797 Number 2.2250738585072012e-308 converted incorrectly
--INI--
precision=17
--FILE--
<?php
echo 2.2250738585072012e-308, "\n";
?>
==DONE==
--EXPECT--
2.2250738585072014E-308
==DONE==