3v4l.org

run code in 300+ PHP versions simultaneously
<?php function add_date($givendate,$day=0,$mth=0,$yr=0) { $cd = strtotime($givendate); $newdate = date('Y-m-d h:i:s', mktime(date('h',$cd), date('i',$cd), date('s',$cd), date('m',$cd)+$mth, date('d',$cd)+$day, date('Y',$cd)+$yr)); return $newdate; } print $current_month_first=date("Y").'-'.date("m").'-'.'01'; print ',,,'.$current_month_first_stamp=strtotime($current_month_first); $kezdonapszam="21"; $kezdonapszam_int= (int) $kezdonapszam; $kezdonapszam_int=$kezdonapszam_int-1; $kezdo_full=add_date($current_month_first, $kezdonapszam_int); print '...'.strtotime($kezdo_full); if (strtotime($kezdo_full)<strtotime($date())) {$kezdo_full=add_date($kezdo_full,0,1);} print '...'.$kezdo_full; //print date("Y-m-d",$kezdo_full);
Output for git.master, git.master_jit, rfc.property-hooks
2014-04-01,,,1396303200...1398074400 Warning: Undefined variable $date in /in/V3FP7 on line 25 Fatal error: Uncaught Error: Value of type null is not callable in /in/V3FP7:25 Stack trace: #0 {main} thrown in /in/V3FP7 on line 25
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:
47.41 ms | 401 KiB | 8 Q