From: SVN Migration Date: Fri, 26 Sep 2003 09:56:25 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.4RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f17845f9bd0a34e81d9348c571909e4eb961a5bc;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- diff --git a/ext/standard/tests/math/bug25665.phpt b/ext/standard/tests/math/bug25665.phpt new file mode 100644 index 0000000000..b7875db11e --- /dev/null +++ b/ext/standard/tests/math/bug25665.phpt @@ -0,0 +1,11 @@ +--TEST-- +Bug #25665 (var_dump () hangs on Nan and INF) +--FILE-- + +--EXPECT-- +float(NAN) +float(-INF)