php-src/Zend/tests/bug68797.phpt
Fabien Villepinte a555cc0b3d Clean DONE tags from tests
Remove most of the `===DONE===` tags and its variations.
Keep `===DONE===` if the test output otherwise becomes empty.

Closes GH-4872.
2019-11-07 21:31:47 +01:00

12 lines
184 B
PHP

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