Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Fixup against NaN
Browse files Browse the repository at this point in the history
  • Loading branch information
tricky committed Jan 26, 2010
1 parent 3fda012 commit 86d850c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/041.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ test('double -Inf', -INF);
test('double 0.0', 0.0);
test('double -0.0', -0.0);

--EXPECT--
--EXPECTF--
double NaN:
float(NAN)
float(NAN)
0c7ff8000000000000
%r0c[7f]ff0*[^0]0*%r

double Inf:
float(INF)
Expand Down

0 comments on commit 86d850c

Please sign in to comment.