3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "blah 2015 yar"; $pos = strpos($string, "20"); $year = substr($string, $pos, 4); $end_year = "12/31/" . $year; $end_time = new DateTime($end_year); print_r($end_time); $start_time = new DateTime(); print_r($start_time); $date1 = $end_time->format('Y-m-d'); echo $date1; $date2 = $start_time->format('Y-m-d'); $diff = $date1->diff($date2); var_dump($diff); ?>
Output for 8.3.7
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010690 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.3.6
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.006984 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.3.5
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008141 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.3.4
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010507 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.3.3
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.006854 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.3.2
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003662 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.3.1
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004078 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.3.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004123 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.18
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.006841 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.17
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.007160 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.16
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.006540 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.15
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003808 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.14
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004051 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.24, 8.2.13
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003857 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.12
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003685 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.11
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004302 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.10
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.005311 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.9
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003817 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.8
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004422 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.7
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004343 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.6
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003823 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.5
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010412 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.4
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003771 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.3
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004066 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.2
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004276 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.1
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003982 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.2.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003827 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.28
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.007786 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.27
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004008 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.15, 8.1.26
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003796 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.25
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003780 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.23
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.005392 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.22
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004077 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.21
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003910 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.20
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004371 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.19
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004052 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.18
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003940 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.17
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003932 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.16
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003801 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.15
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003681 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.14
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003752 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.13
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003279 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.14, 8.1.12
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003587 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.11
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003793 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.10
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003595 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.9
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004806 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.8
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003992 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.7
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003366 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.6
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003914 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.5
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003909 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.4
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004112 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.3
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003903 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.2
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003809 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.1
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003610 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.1.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003731 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.24, 8.0.30
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003446 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.29
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003453 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.28
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003593 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.27
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003422 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.26
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003292 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.25
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003257 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.24
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003564 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.23
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003323 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.22
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003713 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.21
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003275 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.20
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003375 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.19
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003611 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.18
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003404 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.17
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003951 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.16
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003412 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.13
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => UTC ) DateTime Object ( [date] => 2014-10-02 20:41:26.002183 [timezone_type] => 3 [timezone] => UTC ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.12
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003717 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.11
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003832 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.10
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003876 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.9
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003557 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.8
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.007876 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.7
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003848 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.6
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003996 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.5
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003658 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.3
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.013191 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.2
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.012949 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.1
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003826 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 8.0.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.009155 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.33
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.002188 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.32
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.002976 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.30
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.002899 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.29
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003667 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.28
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.005368 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.27
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003230 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.26
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003622 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.25
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003822 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.23
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003280 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.22
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.009321 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.21
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010801 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.20
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004129 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.16
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010873 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.15
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.013579 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.14
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008494 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.13
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008655 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.12
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010183 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.11
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008161 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.10
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.009263 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.9
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008742 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.8
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010751 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.7
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.009096 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.6
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000454 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.5
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.002121 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.4
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008682 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.3
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008247 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.4.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000222 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.33
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => UTC ) DateTime Object ( [date] => 2014-10-02 20:41:26.002517 [timezone_type] => 3 [timezone] => UTC ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.32
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => UTC ) DateTime Object ( [date] => 2014-10-02 20:41:26.003893 [timezone_type] => 3 [timezone] => UTC ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.31
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003620 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.30
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.003736 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.29
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.007197 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.28
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.007539 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.27
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008876 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.26
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.009662 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.25
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.009543 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.24
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008970 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.23
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010291 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.21
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.009252 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.20
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.011632 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.19
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.009955 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.18
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.004669 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.17
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.010401 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.16
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008093 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.1
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000149 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.3.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000213 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.33
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.011583 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.32
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.011195 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.31
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.008649 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.30
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.011950 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.29
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.011419 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.13
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000139 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.12
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000148 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.11
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000218 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.10
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000153 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.9
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000173 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.8
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000158 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.6 - 7.2.7
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000157 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.5
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000224 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.4
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000189 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.3
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000177 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.10, 7.2.2
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000208 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.2.1
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000249 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.13, 7.2.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000161 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.25
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000144 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.24
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000151 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.23
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000203 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.22
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000141 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.21
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000231 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.20
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000187 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.17, 7.1.19
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000166 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.5, 7.1.18
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000159 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.16
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000274 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.15
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000185 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.14
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000184 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.12
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000307 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.11
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000160 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.9
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000180 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.8
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000216 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.7
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000232 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.6
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000181 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.4
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000235 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.3
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.2
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000293 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.1
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000150 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 7.1.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000263 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/JEH9D:14 Stack trace: #0 {main} thrown in /in/JEH9D on line 14
Process exited with code 255.
Output for 5.6.0 - 5.6.38
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Call to a member function diff() on string in /in/JEH9D on line 14
Process exited with code 255.
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Call to a member function diff() on a non-object in /in/JEH9D on line 14
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:41:26 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 Fatal error: Call to a member function diff() on a non-object in /in/JEH9D on line 14
Process exited with code 255.
Output for 5.2.0 - 5.2.17
DateTime Object ( ) DateTime Object ( ) 2015-12-31 Fatal error: Call to a member function diff() on a non-object in /in/JEH9D on line 14
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/JEH9D on line 7
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: datetime in /in/JEH9D on line 7
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: datetime in /in/JEH9D on line 7

preferences:
296.26 ms | 401 KiB | 424 Q