3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dte = new DateTime(date('Y-m-d H:i:s')); var_dump($dte->format('Y-W')); $dte->modify('+4 weeks'); var_dump($dte->format('Y-m-d H:i:s -- Y_W r')); $dte->modify('+1 days'); var_dump($dte->format('Y-m-d H:i:s -- Y_W r'));
Output for git.master, git.master_jit, rfc.property-hooks
string(7) "2012-49" string(62) "2012-12-31 14:04:40 -- 2012_01 Mon, 31 Dec 2012 14:04:40 +0100" string(62) "2013-01-01 14:04:40 -- 2013_01 Tue, 01 Jan 2013 14:04:40 +0100"

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:
51.78 ms | 401 KiB | 8 Q