From f17845f9bd0a34e81d9348c571909e4eb961a5bc Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 26 Sep 2003 09:56:25 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- ext/standard/tests/math/bug25665.phpt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ext/standard/tests/math/bug25665.phpt 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) -- 2.40.0