php-src/Zend/tests/bug68797.phpt

14 lines
204 B
Plaintext
Raw Normal View History

2015-03-17 18:47:01 +00:00
--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==