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->date; echo $date1; $date2 = $start_time->date; $diff = $date1->diff($date2); var_dump($diff); ?>
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:40:22.008611 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.010690 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.007280 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.007102 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 8.1.6, 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:40:22.003782 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004250 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004005 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008650 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.007182 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008223 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003752 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003791 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 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:40:22.003653 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004096 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004463 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.005058 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003981 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003986 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003877 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004093 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004900 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003994 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004129 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004222 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004063 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004058 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008263 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003849 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 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:40:22.003531 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004066 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 8.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:40:22.003783 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.005071 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003731 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003754 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004436 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004024 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004006 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003794 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003616 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003912 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003786 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003656 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 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:40:22.003733 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004071 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003890 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004404 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003436 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 8.0.28, 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:40:22.003540 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004088 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003658 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003787 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003876 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003817 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003680 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 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:40:22.003382 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004702 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003420 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003867 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003321 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003190 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003375 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003255 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003337 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003433 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003618 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003415 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003830 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003801 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 8.0.15
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.003413 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 8.0.14
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.003532 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.002473 [timezone_type] => 3 [timezone] => UTC ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003822 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003544 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003348 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003398 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.007556 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003535 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004127 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003591 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.011856 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.010615 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003407 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008472 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Warning: Undefined property: DateTime::$date in /in/Kiflf on line 11 Warning: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.002315 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.002940 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003010 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003267 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004496 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003349 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003185 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003395 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.4.24
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.003302 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003283 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.009457 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.007236 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003967 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.010079 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.010152 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008694 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008802 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008797 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.009575 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008658 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008780 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.009463 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.009146 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.000491 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.002095 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008695 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.010891 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.000309 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.002096 [timezone_type] => 3 [timezone] => UTC ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.002123 [timezone_type] => 3 [timezone] => UTC ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003854 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.003427 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.007144 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.007350 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.009151 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008910 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.012227 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008182 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.010842 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.008774 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.011960 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.011257 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.005014 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.009068 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.007552 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.3.12
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000289 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.3.11
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000308 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.3.10
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000347 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.3.9
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:23.000230 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.3.8
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000228 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000317 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.2.17, 7.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:40:22.000298 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000221 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000218 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000208 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000180 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.000277 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.000159 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.012660 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.012467 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.009690 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.009479 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.011285 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.2.25
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000303 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.2.24
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000215 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.2.23
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000263 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.2.22
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000314 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.2.21
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000212 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.2.20
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000264 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.2.19
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000207 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000386 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.039441 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.017938 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.062832 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.038254 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.000147 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.039315 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 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:40:22.046946 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.094687 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.016032 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.106484 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.000165 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 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:40:22.035243 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.024638 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 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:40:22.000191 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.1.33
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000187 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.1.32
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000272 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.1.31
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000285 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.1.30
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000161 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.1.29
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000164 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000173 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000179 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.000195 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.014019 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.002143 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.006526 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.002696 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.012403 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.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:40:22.011698 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf 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:40:22.004034 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.0.14 - 7.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:40:22.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.0.6
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-05-21 14:47:16.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.0.5
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-03 10:36:19.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.0.4
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-10 22:47:07.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.0.3
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-19 00:26:46.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.0.2
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-23 06:32:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.0.1
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-24 09:33:05.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 7.0.0
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-27 11:22:28.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Uncaught Error: Call to a member function diff() on string in /in/Kiflf:14 Stack trace: #0 {main} thrown in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.28
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2014-10-02 22:40:22.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.21
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-05-02 17:32:49.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.20
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-10 09:38:54.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.19
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-08 06:56:30.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.18
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-15 15:58:39.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.17
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-20 03:37:51.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.16
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-28 12:12:11.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.15
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-29 13:01:23.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.14
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-14 18:44:37.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.13
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-15 19:28:03.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.12
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-20 10:12:43.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.11
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-24 16:22:27.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.10
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-25 18:27:28.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.9
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-27 23:57:15.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.6.8
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-30 08:21:06.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on string in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.35
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-05-23 04:17:02.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.34
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-11 11:53:21.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.33
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-09 10:04:49.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.32
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-17 20:00:35.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.31
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-03-21 06:50:09.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.30
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-01 14:52:13.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.29
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-17 09:40:49.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.28
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-21 13:17:20.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.27
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-22 14:51:32.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.26
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-26 21:10:37.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.25
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-04-29 04:38:36.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.5.24
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-05-24 11:07:39.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.45
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:38.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.44
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:41.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.42 - 5.4.43
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:45.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.41
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:47.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.40
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:51.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.39
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:54.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.38
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:56.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.37
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:58.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.36
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:58:59.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.35
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:01.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.34
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:02.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.32
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:05.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.31
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:06.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.30
DateTime Object ( [date] => 2015-12-31 00:00:00.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:07.000000 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00.000000 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.29
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:08 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.28
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:09 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.27
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:10 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.26
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:11 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.25
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:12 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.24
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:13 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.23
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:14 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.22
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:17 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.21
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:18 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.20
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:19 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.19
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:21 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.18
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:22 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.26, 5.4.16 - 5.4.17
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:24 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.25, 5.4.15
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:25 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.24, 5.4.14
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:26 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.13
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:27 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.23, 5.4.12
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:28 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.20, 5.4.11
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:30 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.10
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:31 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.19, 5.4.9
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:32 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.18, 5.4.8
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:33 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.16 - 5.3.17, 5.4.6 - 5.4.7
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:34 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.15, 5.4.5
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:35 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.3 - 5.4.4
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:37 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.4.2
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:39 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.11, 5.4.1
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:40 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.10, 5.4.0
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:41 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.29
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:06 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.28
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:16 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.27
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:23 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.21 - 5.3.22
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:29 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.14
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:36 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.12 - 5.3.13
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:38 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.9
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:42 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.7 - 5.3.8
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:43 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.5 - 5.3.6
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:44 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.4
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:46 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.3
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:47 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.2
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:48 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.1
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:49 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.3.0
DateTime Object ( [date] => 2015-12-31 00:00:00 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) DateTime Object ( [date] => 2016-02-01 05:59:50 [timezone_type] => 3 [timezone] => Europe/Amsterdam ) 2015-12-31 00:00:00 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.2.6 - 5.2.17
DateTime Object ( ) DateTime Object ( ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf on line 14
Process exited with code 255.
Output for 5.2.0 - 5.2.5
DateTime Object ( ) DateTime Object ( ) Notice: Undefined property: DateTime::$date in /in/Kiflf on line 11 Notice: Undefined property: DateTime::$date in /in/Kiflf on line 13 Fatal error: Call to a member function diff() on a non-object in /in/Kiflf 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/Kiflf 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/Kiflf 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/Kiflf on line 7

preferences:
277.97 ms | 401 KiB | 355 Q