mirror of
https://github.com/php/php-src.git
synced 2026-04-06 23:53:30 +02:00
These are like
DateTime::createFromImmutable()
DateTimeImmutable::createFromMutable()
but accept any DateTimeInterface instead.
Closes GH-5016.