summaryrefslogtreecommitdiff
path: root/Zend/tests/bug68797.phpt
blob: c192ebd415f266235baa6cec72f89dd1d70e51ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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==