1
0
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:
Scott MacVicar
2011-01-04 23:36:56 +00:00
parent bb08994d71
commit 8634d8ca2b
+10
View File
@@ -0,0 +1,10 @@
--TEST--
zend_strtod() hangs with 2.2250738585072011e-308
--FILE--
<?php
$d = 2.2250738585072011e-308;
echo "Done\n";
?>
--EXPECTF--
Done