mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +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.