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", $prev_month_start_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 Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, string given in /in/ZlART:13 Stack trace: #0 /in/ZlART(13): date('d.m.Y', '01.07.2013') #1 {main} thrown in /in/ZlART on line 13
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:
45.75 ms | 401 KiB | 8 Q