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; echo $end_year; $end_time = new DateTime($end_year); var_dump($end_time); $start_time = new DateTime(); var_dump($start_time); $date1 = $end_time->date; $date2 = $start_time->date; $diff = $date1->diff($date2); var_dump($diff); ?>
Output for 8.3.6
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.006950" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.3.5
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.3.4
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010477" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.3.3
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.007037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.3.2
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003822" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.3.1
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.3.0
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004154" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.18
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.007683" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.17
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.007154" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.16
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.006580" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.15
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.14
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.13
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003827" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.12
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.11
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.10
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.005683" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.9
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.8
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003973" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.7
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003982" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.6
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004079" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.5
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003698" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.4
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003766" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.3
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.005405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.2
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.1
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.2.0
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004028" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.28
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.008122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.0, 8.1.27
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004011" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.26
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.25
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.005007" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.24
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004720" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.23
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.005097" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.22
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003733" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.21
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.20
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004428" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.19
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004068" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.18
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.17
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003893" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.16
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.15
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003760" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.14
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.13
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.12
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.11
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.10
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003697" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.9
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.006257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.8
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.7
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003413" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.6
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.5
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.4
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.3
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004027" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.2
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003923" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.1.1
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003653" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.30
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003707" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.29
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003485" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.28
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003343" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.27
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003459" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.26
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.25
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003436" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.24
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003321" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.23
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003338" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.22
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.21
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003356" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.20
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.19
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003573" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.18
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003380" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.17
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.004008" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.16
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.15
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003280" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.14
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.13
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 20:30:45.002121" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.12
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003820" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.11
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003522" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.10
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003919" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.9
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.8
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.011973" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.7
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003663" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.6
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003715" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.5
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.3
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010543" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.2
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.011895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.1
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003927" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 8.0.0
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: Undefined property: DateTime::$date in /in/2W2At on line 12 Warning: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.33
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.002241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.32
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.30
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.002922" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.29
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003933" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.28
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.006281" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.27
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.26
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.25
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003385" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.24
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003674" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.23
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.22
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009010" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.21
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.007509" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.20
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.16
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.022834" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.15
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.14
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009337" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.13
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009151" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.12
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.11
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009014" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.10
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009653" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.9
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.8
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.013454" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.7
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009029" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.6
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000479" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.5
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.002227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.4
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.012685" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.3
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010442" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.1
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000325" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.4.0
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Uncaught Error: Call to a member function diff() on null in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.33
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 20:30:45.002574" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.32
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 20:30:45.002457" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.31
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003921" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.30
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.003187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.29
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.007601" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.28
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.007625" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.27
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.008530" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.26
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009648" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.25
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.24
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.011816" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.23
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010316" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.21
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.008583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.20
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010604" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.19
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.010278" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.18
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.006894" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.17
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.012107" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.16
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.008604" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.13
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.12
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.11
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.15, 7.3.10
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.9
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000304" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.8
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.7
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000284" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.6
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.5
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.4
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000296" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.3
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000343" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.13, 7.3.2
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.1
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.3.0
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.33
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009086" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.32
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.016729" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.31
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009065" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.30
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.009833" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.29
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.011449" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.17, 7.2.26
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000328" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.25
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.24
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000274" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.6, 7.2.23
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000323" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.22
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000385" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.21
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000341" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.21, 7.2.20
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.19
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.18
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.16
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.15
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.14
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.13
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.12
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.11
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.10
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.9
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.8
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000321" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.29, 7.2.7
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.16, 7.2.5
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.9, 7.2.4
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.0, 7.2.3
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.2
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.1
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.2.0
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.33
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.12, 7.1.32
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000267" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.31
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.30
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000363" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.28
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.27
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.26
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.25
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.24
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.23
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.22
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.20
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000287" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.19
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.18
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.17
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000220" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.14
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.11
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.10
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000345" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.8
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.7
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.2, 7.1.6
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.5
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.4
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000295" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.3
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 7.1.1
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught Error: Call to a member function diff() on string in /in/2W2At:14 Stack trace: #0 {main} thrown in /in/2W2At on line 14
Process exited with code 255.
Output for 5.6.0 - 5.6.40
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Call to a member function diff() on string in /in/2W2At on line 14
Process exited with code 255.
Output for 5.4.30 - 5.4.45, 5.5.15 - 5.5.38
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Call to a member function diff() on a non-object in /in/2W2At on line 14
Process exited with code 255.
Output for 5.5.14
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(26) "2015-12-31 00:00:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2014-10-02 22:30:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Call to a member function diff() on a non-object in /in/2W2At on line 14
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
12/31/2015object(DateTime)#1 (3) { ["date"]=> string(19) "2015-12-31 00:00:00" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(19) "2014-10-02 22:30:45" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Call to a member function diff() on a non-object in /in/2W2At on line 14
Process exited with code 255.
Output for 5.2.6 - 5.2.17
12/31/2015object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Call to a member function diff() on a non-object in /in/2W2At on line 14
Process exited with code 255.
Output for 5.2.0 - 5.2.5
12/31/2015object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } Notice: Undefined property: DateTime::$date in /in/2W2At on line 12 Notice: Undefined property: DateTime::$date in /in/2W2At on line 13 Fatal error: Call to a member function diff() on a non-object in /in/2W2At on line 14
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
12/31/2015 Fatal error: Class 'DateTime' not found in /in/2W2At on line 8
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
12/31/2015 Fatal error: Cannot instantiate non-existent class: datetime in /in/2W2At on line 8
Process exited with code 255.
Output for 4.3.0 - 4.3.1
12/31/2015 Fatal error: Cannot instantiate non-existent class: datetime in /in/2W2At on line 8

preferences:
300.1 ms | 401 KiB | 459 Q