xref: /PHP-7.4/Zend/tests/bug68797.phpt (revision 782352c5)
1--TEST--
2Bug #68797 Number 2.2250738585072012e-308 converted incorrectly
3--INI--
4precision=17
5--FILE--
6<?php
7
8echo 2.2250738585072012e-308, "\n";
9?>
10==DONE==
11--EXPECT--
122.2250738585072014E-308
13==DONE==
14