On Tue, May 31, 2011 at 21:33, Philip Olson <phi...@roshambo.org> wrote:
> Hello everyone,
>
> There are differing opinions on this matter so I'll base a conclusion on 
> current SVN:
>
> - Both (INF==INF and INF===INF) are true in PHP 5_4 because it's the correct 
> behavior
> - PHP 5_3 will continue as is for BC reasons (INF==INF = false, INF===INF = 
> true)
>
> So unless something changes then this is how INF will be documented. And 
> please inform the documentation team if this changes. ;)


Did this change again or is the test for it still broken?

ext/standard/tests/math/bug45712.phpt is still marked as "XFAIL" with
the remark of the bug not being fixed.

-Hannes

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to