mirror of
https://github.com/php/php-src.git
synced 2026-04-02 05:32:28 +02:00
Arbitrary DateInterval objects don't have well-defined comparison semantics. Throw a warning and treat the objects as uncomparable. Support for comparing DateInterval objects returned by DateTime::diff() may be added in the future.