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. ;) Regards, Philip -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php