mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
adedd test for bug #68797
This commit is contained in:
parent
a160a9097a
commit
87767d9ea1
13
Zend/tests/bug68797.phpt
Normal file
13
Zend/tests/bug68797.phpt
Normal 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==
|
Loading…
Reference in New Issue
Block a user