mirror of
https://github.com/php/php-src.git
synced 2024-12-19 15:00:15 +08:00
14 lines
202 B
PHP
14 lines
202 B
PHP
--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==
|