3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt1 = getdate(); $dt2 = getdate(); $date1 = date_create("".$dtl.""); $date2 = date_create("".$dt2.""); $dateDiff = date_diff($date2, $date1); $probDays = $dateDiff->days; $probMon = $dateDiff->m; $probYear = $dateDiff->y; $month = $probDays / 30; $totLeave = $month * 1; if($month > $probmon) { $totLeave = $totLeave + 1; } ?>
Output for 8.3.0 - 8.3.6
Warning: Undefined variable $dtl in /in/tGsoR on line 5 Warning: Array to string conversion in /in/tGsoR on line 7 Fatal error: Uncaught TypeError: date_diff(): Argument #1 ($baseObject) must be of type DateTimeInterface, false given in /in/tGsoR:9 Stack trace: #0 /in/tGsoR(9): date_diff(false, Object(DateTime)) #1 {main} thrown in /in/tGsoR on line 9
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Undefined variable $dtl in /in/tGsoR on line 5 Warning: Array to string conversion in /in/tGsoR on line 7 Fatal error: Uncaught TypeError: date_diff(): Argument #1 ($baseObject) must be of type DateTimeInterface, bool given in /in/tGsoR:9 Stack trace: #0 /in/tGsoR(9): date_diff(false, Object(DateTime)) #1 {main} thrown in /in/tGsoR on line 9
Process exited with code 255.
Output for 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined variable: dtl in /in/tGsoR on line 5 Notice: Array to string conversion in /in/tGsoR on line 7 Warning: date_diff() expects parameter 1 to be DateTimeInterface, bool given in /in/tGsoR on line 9 Notice: Trying to get property 'days' of non-object in /in/tGsoR on line 11 Notice: Trying to get property 'm' of non-object in /in/tGsoR on line 12 Notice: Trying to get property 'y' of non-object in /in/tGsoR on line 13 Notice: Undefined variable: probmon in /in/tGsoR on line 18
Output for 7.3.32 - 7.3.33, 7.4.26
Warning: date_diff() expects parameter 1 to be DateTimeInterface, bool given in /in/tGsoR on line 9
Output for 7.2.0 - 7.2.33
Notice: Undefined variable: dtl in /in/tGsoR on line 5 Notice: Array to string conversion in /in/tGsoR on line 7 Warning: date_diff() expects parameter 1 to be DateTimeInterface, boolean given in /in/tGsoR on line 9 Notice: Trying to get property 'days' of non-object in /in/tGsoR on line 11 Notice: Trying to get property 'm' of non-object in /in/tGsoR on line 12 Notice: Trying to get property 'y' of non-object in /in/tGsoR on line 13 Notice: Undefined variable: probmon in /in/tGsoR on line 18
Output for 5.5.8 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25
Notice: Undefined variable: dtl in /in/tGsoR on line 5 Notice: Array to string conversion in /in/tGsoR on line 7 Warning: date_diff() expects parameter 1 to be DateTimeInterface, boolean given in /in/tGsoR on line 9 Notice: Trying to get property of non-object in /in/tGsoR on line 11 Notice: Trying to get property of non-object in /in/tGsoR on line 12 Notice: Trying to get property of non-object in /in/tGsoR on line 13 Notice: Undefined variable: probmon in /in/tGsoR on line 18
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.7
Notice: Undefined variable: dtl in /in/tGsoR on line 5 Notice: Array to string conversion in /in/tGsoR on line 7 Warning: date_diff() expects parameter 1 to be DateTime, boolean given in /in/tGsoR on line 9 Notice: Trying to get property of non-object in /in/tGsoR on line 11 Notice: Trying to get property of non-object in /in/tGsoR on line 12 Notice: Trying to get property of non-object in /in/tGsoR on line 13 Notice: Undefined variable: probmon in /in/tGsoR on line 18
Output for 5.3.0 - 5.3.29
Notice: Undefined variable: dtl in /in/tGsoR on line 5 Warning: date_diff() expects parameter 1 to be DateTime, boolean given in /in/tGsoR on line 9 Notice: Trying to get property of non-object in /in/tGsoR on line 11 Notice: Trying to get property of non-object in /in/tGsoR on line 12 Notice: Trying to get property of non-object in /in/tGsoR on line 13 Notice: Undefined variable: probmon in /in/tGsoR on line 18
Output for 5.2.6 - 5.2.17
Notice: Undefined variable: dtl in /in/tGsoR on line 5 Fatal error: Call to undefined function date_diff() in /in/tGsoR on line 9
Process exited with code 255.
Output for 5.2.0 - 5.2.5
Notice: Undefined variable: dtl in /in/tGsoR on line 5 Warning: date_create(): Failed to parse time string (Array) at position 0 (A): The timezone could not be found in the database in /in/tGsoR on line 7 Fatal error: Call to undefined function date_diff() in /in/tGsoR on line 9
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function date_create() in /in/tGsoR on line 5
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: date_create() in /in/tGsoR on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: date_create() in /in/tGsoR on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: date_create() in /in/tGsoR on line 5

preferences:
255.34 ms | 401 KiB | 370 Q