3v4l.org

run code in 300+ PHP versions simultaneously
<?php $away_date = (new DateTime())->format('Y-m-d H:i:s'); echo $away_date; $away_date->add(new DateInterval('P10D'));
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
2015-10-30 01:09:13 Fatal error: Uncaught Error: Call to a member function add() on string in /in/H6E3E:4 Stack trace: #0 {main} thrown in /in/H6E3E on line 4
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 8.0.13
2015-10-30 00:09:13 Fatal error: Uncaught Error: Call to a member function add() on string in /in/H6E3E:4 Stack trace: #0 {main} thrown in /in/H6E3E on line 4
Process exited with code 255.
Output for 5.6.0 - 5.6.13, 5.6.15 - 5.6.40
2015-10-30 01:09:13 Fatal error: Call to a member function add() on string in /in/H6E3E on line 4
Process exited with code 255.
Output for 5.6.14
2015-10-30 01:09:14 Fatal error: Call to a member function add() on string in /in/H6E3E on line 4
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.29, 5.5.31 - 5.5.38
2015-10-30 01:09:13 Fatal error: Call to a member function add() on a non-object in /in/H6E3E on line 4
Process exited with code 255.
Output for 5.5.30
2015-10-30 01:09:14 Fatal error: Call to a member function add() on a non-object in /in/H6E3E on line 4
Process exited with code 255.

preferences:
244.68 ms | 401 KiB | 377 Q