xref: /php-src/Zend/tests/bug68797.phpt (revision a555cc0b)
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--EXPECT--
112.2250738585072014E-308
12