3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$hours=array("1","2","3","4","5","6","7","8","9"); $holiday=array('sunday','saturday'); $start='2016-01-26 04:30:0'; $end='2016-01-31 04:30:00'; $b=date_create($a); $c=date_format($b,'m-d-y H:i:s'); $d=date('H',$c); //echo date($c+'1day'); //echo $e=($d+'1hour'); $diff=date_diff($end,$start); echo $diff->format("%R%a days"); ?>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Warning: Undefined variable $a in /in/sQFvl on line 6 Deprecated: date_create(): Passing null to parameter #1 ($datetime) of type string is deprecated in /in/sQFvl on line 6 Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, string given in /in/sQFvl:8 Stack trace: #0 /in/sQFvl(8): date('H', '02-01-16 15:42:...') #1 {main} thrown in /in/sQFvl on line 8
Process exited with code 255.
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
Warning: Undefined variable $a in /in/sQFvl on line 6 Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, string given in /in/sQFvl:8 Stack trace: #0 /in/sQFvl(8): date('H', '02-01-16 15:42:...') #1 {main} thrown in /in/sQFvl on line 8
Process exited with code 255.
Output for 8.0.13
Warning: Undefined variable $a in /in/sQFvl on line 6 Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, string given in /in/sQFvl:8 Stack trace: #0 /in/sQFvl(8): date('H', '02-01-16 14:42:...') #1 {main} thrown in /in/sQFvl on line 8
Process exited with code 255.
Output for 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: a in /in/sQFvl on line 6 Notice: A non well formed numeric value encountered in /in/sQFvl on line 8 Warning: date_diff() expects parameter 1 to be DateTimeInterface, string given in /in/sQFvl on line 11 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/sQFvl:12 Stack trace: #0 {main} thrown in /in/sQFvl on line 12
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Warning: date_diff() expects parameter 1 to be DateTimeInterface, string given in /in/sQFvl on line 11 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/sQFvl:12 Stack trace: #0 {main} thrown in /in/sQFvl on line 12
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33
Notice: Undefined variable: a in /in/sQFvl on line 6 Notice: A non well formed numeric value encountered in /in/sQFvl on line 8 Warning: date_diff() expects parameter 1 to be DateTimeInterface, string given in /in/sQFvl on line 11 Fatal error: Uncaught Error: Call to a member function format() on boolean in /in/sQFvl:12 Stack trace: #0 {main} thrown in /in/sQFvl on line 12
Process exited with code 255.
Output for 5.6.0 - 5.6.40
Notice: Undefined variable: a in /in/sQFvl on line 6 Notice: A non well formed numeric value encountered in /in/sQFvl on line 8 Warning: date_diff() expects parameter 1 to be DateTimeInterface, string given in /in/sQFvl on line 11 Fatal error: Call to a member function format() on boolean in /in/sQFvl on line 12
Process exited with code 255.
Output for 5.5.8 - 5.5.38
Notice: Undefined variable: a in /in/sQFvl on line 6 Notice: A non well formed numeric value encountered in /in/sQFvl on line 8 Warning: date_diff() expects parameter 1 to be DateTimeInterface, string given in /in/sQFvl on line 11 Fatal error: Call to a member function format() on a non-object in /in/sQFvl on line 12
Process exited with code 255.
Output for 5.5.0 - 5.5.7
Notice: Undefined variable: a in /in/sQFvl on line 6 Notice: A non well formed numeric value encountered in /in/sQFvl on line 8 Warning: date_diff() expects parameter 1 to be DateTime, string given in /in/sQFvl on line 11 Fatal error: Call to a member function format() on a non-object in /in/sQFvl on line 12
Process exited with code 255.

preferences:
230.61 ms | 401 KiB | 331 Q