3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ts = DateTime::createFromFormat('U', time('-93 minutes')); $now = new DateTime(); $diff = $now->diff($ts); echo $diff->format('%h hours %i minutes ago'), "\n";
Output for 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
Warning: time() expects exactly 0 parameters, 1 given in /in/kWESc on line 2 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, bool given in /in/kWESc on line 4 Fatal error: Uncaught Error: Call to a member function format() on bool in /in/kWESc:5 Stack trace: #0 {main} thrown in /in/kWESc on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.11, 7.2.14 - 7.2.26
0 hours 0 minutes ago
Output for 7.2.12 - 7.2.13
23 hours 59 minutes ago
Output for 5.2.10 - 5.2.17
Fatal error: Call to undefined method DateTime::createFromFormat() in /in/kWESc on line 2
Process exited with code 255.
Output for 5.2.0 - 5.2.9
Fatal error: Call to undefined method DateTime::createfromformat() in /in/kWESc on line 2
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/kWESc on line 2
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/kWESc on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Undefined class name 'datetime' in /in/kWESc on line 2

preferences:
248.3 ms | 401 KiB | 325 Q