3v4l.org

run code in 300+ PHP versions simultaneously
<?php $F = strftime("%F") ? "%F" : "%Y-%m-%d"; foreach (array("Sat 2016-07-30", "Sun 2016-07-31", "Mon 2016-08-01", "Tue 2016-08-02") as $ref) { $ref = strtotime($ref); echo strftime("Relative to %a $F\n", $ref); foreach (array("Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun") as $day) { echo strftime("{$day} next week = %a $F\t", strtotime("{$day} next week", $ref)); echo strftime("next week {$day} = %a $F\n", strtotime("next week {$day}", $ref)); } echo "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/XtSCi on line 3 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 7 Relative to Sat 2016-07-30 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Mon next week = Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Mon = Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Tue next week = Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Tue = Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Wed next week = Wed 2016-08-03 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Wed = Wed 2016-08-03 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Thu next week = Thu 2016-08-04 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Thu = Thu 2016-08-04 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Fri next week = Fri 2016-08-05 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Fri = Fri 2016-08-05 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Sat next week = Sat 2016-08-06 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Sat = Sat 2016-08-06 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Sun next week = Sun 2016-08-07 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Sun = Sun 2016-08-07 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 7 Relative to Sun 2016-07-31 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Mon next week = Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Mon = Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Tue next week = Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Tue = Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Wed next week = Wed 2016-08-03 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Wed = Wed 2016-08-03 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Thu next week = Thu 2016-08-04 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Thu = Thu 2016-08-04 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Fri next week = Fri 2016-08-05 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Fri = Fri 2016-08-05 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Sat next week = Sat 2016-08-06 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Sat = Sat 2016-08-06 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Sun next week = Sun 2016-08-07 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Sun = Sun 2016-08-07 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 7 Relative to Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Mon next week = Mon 2016-08-08 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Mon = Mon 2016-08-08 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Tue next week = Tue 2016-08-09 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Tue = Tue 2016-08-09 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Wed next week = Wed 2016-08-10 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Wed = Wed 2016-08-10 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Thu next week = Thu 2016-08-11 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Thu = Thu 2016-08-11 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Fri next week = Fri 2016-08-12 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Fri = Fri 2016-08-12 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Sat next week = Sat 2016-08-13 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Sat = Sat 2016-08-13 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Sun next week = Sun 2016-08-14 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Sun = Sun 2016-08-14 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 7 Relative to Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Mon next week = Mon 2016-08-08 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Mon = Mon 2016-08-08 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Tue next week = Tue 2016-08-09 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Tue = Tue 2016-08-09 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Wed next week = Wed 2016-08-10 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Wed = Wed 2016-08-10 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Thu next week = Thu 2016-08-11 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Thu = Thu 2016-08-11 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Fri next week = Fri 2016-08-12 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Fri = Fri 2016-08-12 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Sat next week = Sat 2016-08-13 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Sat = Sat 2016-08-13 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 10 Sun next week = Sun 2016-08-14 Deprecated: Function strftime() is deprecated in /in/XtSCi on line 11 next week Sun = Sun 2016-08-14

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:
70.3 ms | 417 KiB | 8 Q