mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
3cfbbf2956
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.