3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt = new StdClass; $dt->now = new DateTime(); $dt->remainingHours = new DateTime(); $dt->interval = $dt->now->diff($dt->lastUpdated); $dt->remainingHours->add(new DateInterval("PT4H")); $dt->remainingHours = $dt->remainingHours->diff($dt->now); var_dump($dt);
Output for 8.0.0 - 8.0.11
Warning: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Fatal error: Uncaught TypeError: DateTime::diff(): Argument #1 ($targetObject) must be of type DateTimeInterface, null given in /in/3TgV9:7 Stack trace: #0 /in/3TgV9(7): DateTime->diff(NULL) #1 {main} thrown in /in/3TgV9 on line 7
Process exited with code 255.
Output for 7.4.24
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.003358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(7.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.23
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.003257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(6.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.22
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008451" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.3E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.21
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.014350" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(3.0E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.20
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.003654" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(6.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.16
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.014980" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.6E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.15
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.009839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.3E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.14
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.4E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.13
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.2E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.12
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008974" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.3E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.11
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.009716" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.2E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.10
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008553" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.3E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.9
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008668" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.3E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.8
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.009509" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.7E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.7
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.009506" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.7E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.6
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:05.000422" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.8E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.5
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.002051" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(7.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.4
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.4E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.3
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.2E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.4.0
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.000219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.0E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.30
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.003134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.0E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.29
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.007750" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.8E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.28
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.007136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.8E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.27
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.009736" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.0E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.26
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.011779" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.8E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.25
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.009108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.0E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.24
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.010976" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.3E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.23
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008782" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.8E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.21
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008482" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.0E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.20
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008943" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.9E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.19
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008646" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.9E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.18
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.005880" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.5E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.17
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.011005" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.1E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.3.16
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.007974" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.9E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.2.33
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.1E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.2.32
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.010728" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(3.2E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.2.31
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.0E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.2.30
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.9E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.2.29
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.034816" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.5E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.2.6
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.5E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.2.5
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.002904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.3E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.2.0
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.003078" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.0E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.1.20
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.004076" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.2E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.1.7
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.002473" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(8.9999999999999E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.1.6
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.011112" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.4999999999999E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.1.5
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.008292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(1.2E-5) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.1.0
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.004083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(7.0000000000001E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.28, 7.0.14 - 7.0.20
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.0.6
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 17:45:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.0.5
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-03 06:13:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.0.4
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 17:55:31.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.0.3
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 18:44:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.0.2
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 01:08:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.0.1
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-24 04:53:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 7.0.0
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 06:50:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.21
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 12:55:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.20
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 05:12:18.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.19
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 02:07:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.18
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-15 10:42:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.17
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 22:29:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.16
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 07:37:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.15
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-29 08:28:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.14
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 10:22:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.13
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 14:42:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.12
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 05:10:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.11
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-24 11:26:19.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.10
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 13:36:18.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.9
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 18:45:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.6.8
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-30 03:37:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.35
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 19:05:53.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.34
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-11 07:24:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.33
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-09 04:43:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.32
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-17 14:26:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.31
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 01:27:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.30
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 10:22:19.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.29
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-17 05:06:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.28
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 08:23:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.27
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 10:13:08.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.26
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 16:18:42.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.25
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 23:09:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.5.24
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTimeInterface, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-24 16:16:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.45
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-21 14:18:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.44
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-21 14:18:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.43
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-21 14:18:23.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.42
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-21 14:18:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.41
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-21 14:18:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.40
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-21 14:18:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.39
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-21 14:18:11.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.38
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-03-15 05:02:11.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.35 - 5.4.37
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-03-15 05:02:04.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.34
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-03-15 05:02:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.30 - 5.4.32
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2014-09-25 23:21:08.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.23 - 5.4.29
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(19) "2014-09-25 23:21:08" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.17 - 5.4.22
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(19) "2014-09-25 23:21:09" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.4.3 - 5.4.16
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(19) "2014-09-25 23:21:09" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (8) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.3.13 - 5.3.26, 5.4.0 - 5.4.2
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(19) "2014-09-25 23:21:10" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (8) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.3.27 - 5.3.29
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(19) "2014-09-25 23:21:10" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.3.0 - 5.3.12
Notice: Undefined property: stdClass::$lastUpdated in /in/3TgV9 on line 7 Warning: DateTime::diff() expects parameter 1 to be DateTime, null given in /in/3TgV9 on line 7 object(stdClass)#1 (3) { ["now"]=> object(DateTime)#2 (3) { ["date"]=> string(19) "2014-09-25 23:21:11" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ["remainingHours"]=> object(DateInterval)#4 (8) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(4) ["i"]=> int(0) ["s"]=> int(0) ["invert"]=> int(1) ["days"]=> int(0) } ["interval"]=> bool(false) }
Output for 5.2.0 - 5.2.17
Fatal error: Call to undefined method DateTime::diff() in /in/3TgV9 on line 7
Process exited with code 255.
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/3TgV9 on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: datetime in /in/3TgV9 on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: datetime in /in/3TgV9 on line 4

preferences:
193.01 ms | 401 KiB | 227 Q