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} this week = %a $F\t", strtotime("{$day} this week", $ref)); echo strftime("this week {$day} = %a $F\n", strtotime("this week {$day}", $ref)); } echo "\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/fmCoi on line 3 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 7 Relative to Sat 2016-07-30 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Mon this week = Mon 2016-07-25 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Mon = Mon 2016-07-25 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Tue this week = Tue 2016-07-26 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Tue = Tue 2016-07-26 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Wed this week = Wed 2016-07-27 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Wed = Wed 2016-07-27 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Thu this week = Thu 2016-07-28 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Thu = Thu 2016-07-28 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Fri this week = Fri 2016-07-29 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Fri = Fri 2016-07-29 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Sat this week = Sat 2016-07-30 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Sat = Sat 2016-07-30 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Sun this week = Sun 2016-07-31 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Sun = Sun 2016-07-31 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 7 Relative to Sun 2016-07-31 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Mon this week = Mon 2016-07-25 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Mon = Mon 2016-07-25 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Tue this week = Tue 2016-07-26 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Tue = Tue 2016-07-26 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Wed this week = Wed 2016-07-27 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Wed = Wed 2016-07-27 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Thu this week = Thu 2016-07-28 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Thu = Thu 2016-07-28 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Fri this week = Fri 2016-07-29 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Fri = Fri 2016-07-29 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Sat this week = Sat 2016-07-30 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Sat = Sat 2016-07-30 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Sun this week = Sun 2016-07-31 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Sun = Sun 2016-07-31 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 7 Relative to Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Mon this week = Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Mon = Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Tue this week = Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Tue = Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Wed this week = Wed 2016-08-03 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Wed = Wed 2016-08-03 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Thu this week = Thu 2016-08-04 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Thu = Thu 2016-08-04 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Fri this week = Fri 2016-08-05 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Fri = Fri 2016-08-05 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Sat this week = Sat 2016-08-06 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Sat = Sat 2016-08-06 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Sun this week = Sun 2016-08-07 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Sun = Sun 2016-08-07 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 7 Relative to Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Mon this week = Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Mon = Mon 2016-08-01 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Tue this week = Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Tue = Tue 2016-08-02 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Wed this week = Wed 2016-08-03 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Wed = Wed 2016-08-03 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Thu this week = Thu 2016-08-04 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Thu = Thu 2016-08-04 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Fri this week = Fri 2016-08-05 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Fri = Fri 2016-08-05 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Sat this week = Sat 2016-08-06 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Sat = Sat 2016-08-06 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 10 Sun this week = Sun 2016-08-07 Deprecated: Function strftime() is deprecated in /in/fmCoi on line 11 this week Sun = Sun 2016-08-07

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