mirror of
https://github.com/php/php-src.git
synced 2024-12-24 17:30:48 +08:00
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
|
--TEST--
|
||
|
zend_strtod() hangs with 2.2250738585072011e-308
|
||
|
--FILE--
|
||
|
<?php
|
||
|
$d = 2.2250738585072011e-308;
|
||
|
|
||
|
echo "Done\n";
|
||
|
?>
|
||
|
--EXPECTF--
|
||
|
Done
|