3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date_string = '2020W01'; $from = date('Y-m-d', strtotime($date_string)); $to = date('Y-m-d', strtotime($date_string . '7')); echo $from .' - '. $to .'<br/>'; $from = date('o-W', strtotime($date_string)); $to = date('o-W', strtotime($date_string .'7')); echo $from .' - '. $to .'<br/>'; $from = date('o-W', mktime(0,0,0,12,30,2019)); echo $from;
Output for git.master, git.master_jit, rfc.property-hooks
2019-12-30 - 2020-01-05<br/>2020-01 - 2020-01<br/>2020-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:
73.08 ms | 401 KiB | 8 Q