diff options
author | Scott MacVicar <scottmac@php.net> | 2010-08-22 08:01:34 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2010-08-22 08:01:34 +0000 |
commit | 1e48c71b96282adf4c4a549077261c6c2ccbd715 (patch) | |
tree | f2adb6ba11e0d952c1b22381a344a6cb72f4d5dc /ext/standard/http_fopen_wrapper.c | |
parent | 77755af9b65ca89442946be80b545ec9574f1728 (diff) | |
download | php-git-1e48c71b96282adf4c4a549077261c6c2ccbd715.tar.gz |
Fix a bug where two doubles are equal but the maths operation makes it appear false.
Best example with INF where equals and identical produce different results.
<?php
var_dump(INF==INF);
var_dump(INF===INF);
Diffstat (limited to 'ext/standard/http_fopen_wrapper.c')
0 files changed, 0 insertions, 0 deletions