3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach (range("a", "z") as $l) { if ($l == "j") continue; printf("%s = %s\n", $l, (new DateTime($l))->format("r")); }
Output for git.master, git.master_jit, rfc.property-hooks
a = Mon, 31 Aug 2015 12:58:00 +0100 b = Mon, 31 Aug 2015 12:58:00 +0200 c = Mon, 31 Aug 2015 12:58:00 +0300 d = Mon, 31 Aug 2015 12:58:00 +0400 e = Mon, 31 Aug 2015 12:58:00 +0500 f = Mon, 31 Aug 2015 12:58:00 +0600 g = Mon, 31 Aug 2015 12:58:00 +0700 h = Mon, 31 Aug 2015 12:58:00 +0800 i = Mon, 31 Aug 2015 12:58:00 +0900 k = Mon, 31 Aug 2015 12:58:00 +1000 l = Mon, 31 Aug 2015 12:58:00 +1100 m = Mon, 31 Aug 2015 12:58:00 +1200 n = Mon, 31 Aug 2015 12:58:00 -0100 o = Mon, 31 Aug 2015 12:58:00 -0200 p = Mon, 31 Aug 2015 12:58:00 -0300 q = Mon, 31 Aug 2015 12:58:00 -0400 r = Mon, 31 Aug 2015 12:58:00 -0500 s = Mon, 31 Aug 2015 12:58:00 -0600 t = Mon, 31 Aug 2015 12:58:00 -0700 u = Mon, 31 Aug 2015 12:58:00 -0800 v = Mon, 31 Aug 2015 12:58:00 -0900 w = Mon, 31 Aug 2015 12:58:00 -1000 x = Mon, 31 Aug 2015 12:58:00 -1100 y = Mon, 31 Aug 2015 12:58:00 -1200 z = Mon, 31 Aug 2015 12:58:00 +0000

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:
59.57 ms | 403 KiB | 8 Q