]> granicus.if.org Git - php/commitdiff
Add test for bug #53632
authorScott MacVicar <scottmac@php.net>
Tue, 4 Jan 2011 23:36:56 +0000 (23:36 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 4 Jan 2011 23:36:56 +0000 (23:36 +0000)
Zend/tests/bug53632.phpt [new file with mode: 0644]

diff --git a/Zend/tests/bug53632.phpt b/Zend/tests/bug53632.phpt
new file mode 100644 (file)
index 0000000..9a6dade
--- /dev/null
@@ -0,0 +1,10 @@
+--TEST--
+zend_strtod() hangs with 2.2250738585072011e-308
+--FILE--
+<?php
+$d = 2.2250738585072011e-308;
+
+echo "Done\n";
+?>
+--EXPECTF--    
+Done