3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sStartDate = DateTime::createFromFormat('2013-13-05 21:56:00'); $sEndDate = DateTime::createFromFormat('2013-15-05 21:56:01'); $diff = date_diff($sStartDate, $sEndDate, true); $days = $diff->format('%a'); echo $days; if (1 <= $days) { echo '24 hours or more.'; } else { echo 'less than 24 hours.'; }
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Fatal error: Uncaught ArgumentCountError: DateTime::createFromFormat() expects at least 2 arguments, 1 given in /in/BLgHY:3 Stack trace: #0 /in/BLgHY(3): DateTime::createFromFormat('2013-13-05 21:5...') #1 {main} thrown in /in/BLgHY on line 3
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Fatal error: Uncaught ArgumentCountError: DateTime::createFromFormat() expects at least 2 arguments, 1 given in /in/BLgHY:3 Stack trace: #0 /in/BLgHY(3): DateTime::createFromFormat('2013-13-05 21:5...') #1 {main} thrown in /in/BLgHY on line 3
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 3 Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 4 Warning: date_diff() expects parameter 1 to be DateTimeInterface, bool given in /in/BLgHY on line 6 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/BLgHY:8 Stack trace: #0 {main} thrown in /in/BLgHY on line 8
Process exited with code 255.
Output for 7.0.0 - 7.0.29, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 3 Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 4 Warning: date_diff() expects parameter 1 to be DateTimeInterface, boolean given in /in/BLgHY on line 6 Fatal error: Uncaught Error: Call to a member function format() on boolean in /in/BLgHY:8 Stack trace: #0 {main} thrown in /in/BLgHY on line 8
Process exited with code 255.
Output for 5.6.0 - 5.6.30
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 3 Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 4 Warning: date_diff() expects parameter 1 to be DateTimeInterface, boolean given in /in/BLgHY on line 6 Fatal error: Call to a member function format() on boolean in /in/BLgHY on line 8
Process exited with code 255.
Output for 5.5.8 - 5.5.38
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 3 Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 4 Warning: date_diff() expects parameter 1 to be DateTimeInterface, boolean given in /in/BLgHY on line 6 Fatal error: Call to a member function format() on a non-object in /in/BLgHY on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.7
Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 3 Warning: DateTime::createFromFormat() expects at least 2 parameters, 1 given in /in/BLgHY on line 4 Warning: date_diff() expects parameter 1 to be DateTime, boolean given in /in/BLgHY on line 6 Fatal error: Call to a member function format() on a non-object in /in/BLgHY on line 8
Process exited with code 255.
Output for 5.2.10 - 5.2.17
Fatal error: Call to undefined method DateTime::createFromFormat() in /in/BLgHY on line 3
Process exited with code 255.
Output for 5.2.0 - 5.2.9
Fatal error: Call to undefined method DateTime::createfromformat() in /in/BLgHY on line 3
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/BLgHY on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Undefined class name 'datetime' in /in/BLgHY on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Undefined class name 'datetime' in /in/BLgHY on line 3

preferences:
276.95 ms | 401 KiB | 432 Q