3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d1 = new DateTime("2015-01-01"); $d2 = new DateTime("2015-02-01", new DateTimeZone(DateTimeZone::EUROPE)); $d3 = new DateTime("2015-03-01", new DateTimeZone(DateTimeZone::EUROPE)); $d4 = new DateTime("2015-04-01", new DateTimeZone(DateTimeZone::EUROPE)); print($d1->format("Y-m-d")); print($d2->format("Y-m-d")); print("\n"); print($d1->diff($d2)->m); print("\n"); print($d1->format("Y-m-d")); print($d3->format("Y-m-d")); print("\n"); print($d1->diff($d3)->m); print("\n"); print($d1->format("Y-m-d")); print($d4->format("Y-m-d")); print("\n"); print($d1->diff($d4)->m); print("\n");
Output for git.master, git.master_jit
Fatal error: Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone (128) in /in/1SMFO:3 Stack trace: #0 /in/1SMFO(3): DateTimeZone->__construct('128') #1 {main} thrown in /in/1SMFO on line 3
Process exited with code 255.
Output for rfc.property-hooks
Fatal error: Uncaught DateInvalidTimeZoneException: DateTimeZone::__construct(): Unknown or bad timezone (128) in /in/1SMFO:3 Stack trace: #0 /in/1SMFO(3): DateTimeZone->__construct('128') #1 {main} thrown in /in/1SMFO 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:
57.31 ms | 401 KiB | 8 Q