Skip to content

Commit

Permalink
Set the negative sign bit for double -0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew authored and Sean-Der committed Dec 7, 2016
1 parent 42d8bbc commit cb3a2d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/041.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ float(0)
cb0000000000000000

double -0.0:
float(0)
float(0)
cb0000000000000000
float(-0)
float(-0)
cb8000000000000000

0 comments on commit cb3a2d5

Please sign in to comment.