3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime('2013-11-14T23:00:00'); echo date('d-m-Y H:i', $date) . "\n"; $now = new DateTime(); echo date('d-m-Y H:i', now) . "\n"; var_dump($now->diff($date, true));
Output for 8.0.0 - 8.0.11
Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, DateTime given in /in/rNdXI:3 Stack trace: #0 /in/rNdXI(3): date('d-m-Y H:i', Object(DateTime)) #1 {main} thrown in /in/rNdXI on line 3
Process exited with code 255.
Output for 7.4.24
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.003306) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.23
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.003217) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.22
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009104) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.21
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.010855) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.20
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.003256) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.19
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.003328) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.16
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.012202) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.15
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009477) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.14
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.010222) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.13
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.00895) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.12
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.008174) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.11
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009294) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.10
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.008344) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.9
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.008796) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.8
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009026) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.7
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.008122) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.6
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000417) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.5
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.002143) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.4
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.002371) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.3
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009746) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.4.0
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.00029) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.30
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.003493) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.29
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.007694) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.28
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.011433) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.27
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.008748) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.26
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009504) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.25
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009183) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.24
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.008524) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.23
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.011702) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.21
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.011764) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.20
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009396) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.19
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009901) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.18
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.004179) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.17
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.011118) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.16
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.008688) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.12
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000307) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.11
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000297) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.10
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000292) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.9
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000195) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.8
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000185) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.7
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000193) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.6
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000201) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.5
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000252) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.4
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000232) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.3
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000249) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.2
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000216) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.1
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000213) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.3.0
Warning: date() expects parameter 2 to be int, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be int, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.00017) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.33
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.009635) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.32
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.011178) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.31
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.011367) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.30
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.010296) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.29
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.008776) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.25
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000282) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.24
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000291) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.23
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000274) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.22
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.00022) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.21
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000219) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.20
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000308) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.19
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000197) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.18
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000289) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.17
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000246) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.16
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000195) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.15
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000156) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.14
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000277) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.13
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000155) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.12
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000228) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.11
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000224) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.10
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.00016) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.9
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000159) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.8
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000231) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.7
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(47) ["f"]=> float(0.000191) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.6
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000162) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.5
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.00017) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.4
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000248) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.3
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000198) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.2
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000243) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.1
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000161) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.2.0
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Warning: Use of undefined constant now - assumed 'now' (this will throw an Error in a future version of PHP) in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000221) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.33
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000251) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.32
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000249) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.31
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000234) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.30
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000149) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.29
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000227) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.28
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000191) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.27
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000179) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.26
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000216) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.25
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000145) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.24
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000183) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.23
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000321) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.22
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000162) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.21
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.00016) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.20
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000163) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.19
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000146) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.18
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000159) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.17
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000172) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.16
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000189) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.15
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.00019) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.4, 7.1.14
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000166) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.13
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000154) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.12
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000212) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.11
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000196) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.10
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000174) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.9
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000285) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.8
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000192) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.7
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000157) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.6
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000271) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.5
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000259) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.3
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.2
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000241) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.1
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000275) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.1.0
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["f"]=> float(0.000155) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 7.0.0 - 7.0.33
Warning: date() expects parameter 2 to be integer, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be integer, string given in /in/rNdXI on line 5 object(DateInterval)#3 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 5.3.27 - 5.3.29, 5.4.17 - 5.4.45, 5.5.0 - 5.5.10, 5.5.12 - 5.5.38, 5.6.0 - 5.6.24, 5.6.26 - 5.6.40
Warning: date() expects parameter 2 to be long, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be long, string given in /in/rNdXI on line 5 object(DateInterval)#3 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 5.5.11, 5.6.25
Warning: date() expects parameter 2 to be long, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be long, string given in /in/rNdXI on line 5 object(DateInterval)#3 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(47) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(0) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) }
Output for 5.3.0 - 5.3.26, 5.4.0 - 5.4.16
Warning: date() expects parameter 2 to be long, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be long, string given in /in/rNdXI on line 5 object(DateInterval)#3 (8) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(0) ["h"]=> int(0) ["i"]=> int(52) ["s"]=> int(46) ["invert"]=> int(0) ["days"]=> int(0) }
Output for 5.2.0 - 5.2.17
Warning: date() expects parameter 2 to be long, object given in /in/rNdXI on line 3 Notice: Use of undefined constant now - assumed 'now' in /in/rNdXI on line 5 Warning: date() expects parameter 2 to be long, string given in /in/rNdXI on line 5 Fatal error: Call to undefined method DateTime::diff() in /in/rNdXI on line 6
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/rNdXI on line 2
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/rNdXI on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: datetime in /in/rNdXI on line 2

preferences:
289.64 ms | 401 KiB | 372 Q