summaryrefslogtreecommitdiff
path: root/Zend/tests/bug68797.phpt
blob: 0202a63125c124ec51fb7bd10b078126da4979c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Bug #68797 Number 2.2250738585072012e-308 converted incorrectly
--INI--
precision=17
--FILE--
<?php

echo 2.2250738585072012e-308, "\n";
?>
--EXPECT--
2.2250738585072014E-308