xref: /PHP-5.5/Zend/tests/bug53632.phpt (revision 8634d8ca)
1--TEST--
2zend_strtod() hangs with 2.2250738585072011e-308
3--FILE--
4<?php
5$d = 2.2250738585072011e-308;
6
7echo "Done\n";
8?>
9--EXPECTF--
10Done
11