3v4l.org

run code in 300+ PHP versions simultaneously
<?php class D implements DateTimeInterface { public function diff(DateTimeInterface $datetime2, $absolute = false) {} public function format($format) {} public function getOffset() {} public function getTimestamp() {} public function getTimezone () {} public function __wakeup () {} }
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Return type of D::format($format) should either be compatible with DateTimeInterface::format(string $format): string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/e3b51 on line 6 Deprecated: Return type of D::getTimezone() should either be compatible with DateTimeInterface::getTimezone(): DateTimeZone|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/e3b51 on line 9 Deprecated: Return type of D::getOffset() should either be compatible with DateTimeInterface::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/e3b51 on line 7 Deprecated: Return type of D::getTimestamp() should either be compatible with DateTimeInterface::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/e3b51 on line 8 Deprecated: Return type of D::diff(DateTimeInterface $datetime2, $absolute = false) should either be compatible with DateTimeInterface::diff(DateTimeInterface $targetObject, bool $absolute = false): DateInterval, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/e3b51 on line 5 Deprecated: Return type of D::__wakeup() should either be compatible with DateTimeInterface::__wakeup(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /in/e3b51 on line 10 Fatal error: DateTimeInterface can't be implemented by user classes in /in/e3b51 on line 3
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
39.92 ms | 402 KiB | 8 Q