3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = strtotime(date('Y-m').'-01'); echo date('Y-m-d',$time); echo '<br>'.$final = date("Y-t-d", strtotime("-1 month", $time)); echo date('m-01-Y 00:00:00',strtotime('this month')) . '<br/>'; echo date('m-t-Y 12:59:59',strtotime('this month')) . '<br/>'; echo '<br>'.$current_month_start_day = strtotime(date('Y-m').'-01'); echo '<br>'.$prev_month_start_day = date("d.m.Y", strtotime("-1 month", $current_month_start_day)); echo '<br>'.$_REQUEST['date_start'] = date("d.m.Y", $current_month_day); // 01.12.2013 echo '<br>'.$_EQUEST['date_end'] = date("t.m.Y", strtotime(date())); // 31.12.2013
Output for git.master, git.master_jit, rfc.property-hooks
2013-08-01<br>2013-31-0108-01-2013 00:00:00<br/>08-31-2013 12:59:59<br/><br>1375308000<br>01.07.2013 Warning: Undefined variable $current_month_day in /in/NA7sU on line 13 <br>05.08.2013 Fatal error: Uncaught ArgumentCountError: date() expects at least 1 argument, 0 given in /in/NA7sU:14 Stack trace: #0 /in/NA7sU(14): date() #1 {main} thrown in /in/NA7sU on line 14
Process exited with code 255.

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