3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strftime("%Y %W", strtotime("-1 week", strtotime("2013W01"))) . "\n"; echo strftime("%Y %W", strtotime("+1 week", strtotime("2012W52"))) . "\n"; echo gmdate("Y W", strtotime("2012W53")) . "\n"; echo strftime("%Y %W", strtotime("2012W53")) . "\n"; echo date("Y W", strtotime("2012W53")) . "\n"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: Function strftime() is deprecated in /in/Svuk1 on line 2 2012 52 Deprecated: Function strftime() is deprecated in /in/Svuk1 on line 3 2012 53 2012 52 Deprecated: Function strftime() is deprecated in /in/Svuk1 on line 5 2012 53 2012 01

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:
46.65 ms | 402 KiB | 8 Q