mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
Add test for bug #53632
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--TEST--
|
||||
zend_strtod() hangs with 2.2250738585072011e-308
|
||||
--FILE--
|
||||
<?php
|
||||
$d = 2.2250738585072011e-308;
|
||||
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Done
|
||||
Reference in New Issue
Block a user