3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt1 = new DateTime('1 year ago'); $dt2 = new DateTime('yesterday'); $dt3 = new DateTime(); $longest = $dt1->diff($dt3); $shortest = $dt2->diff($dt3); $middle = $dt1->diff($dt2); var_dump($longest > $shortest); var_dump($longest > $middle); var_dump($longest < $shortest); $date = new DateTime(); $diff = $date->diff(new DateTime("+10 days")); var_dump($int15 < $diff); //should be false; var_dump($diff < $int15); //should be true; var_dump($int15 > $diff); //should be true; var_dump($diff > $int15); //should be false; var_dump($diff); var_dump($int15 < $diff); //should be false; var_dump($diff < $int15); //should be true; var_dump($int15 > $diff); //should be true; var_dump($diff > $int15); //should be false;
Output for 8.0.7, 8.0.9, 8.0.11
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 18 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 19 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 21 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(3.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Warning: Undefined variable $int15 in /in/eRDcl on line 26 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 27 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 29 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 30 bool(true)
Output for 8.0.10
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 18 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 19 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 21 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Warning: Undefined variable $int15 in /in/eRDcl on line 26 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 27 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 29 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 30 bool(true)
Output for 8.0.2, 8.0.8
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 18 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 19 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 21 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Warning: Undefined variable $int15 in /in/eRDcl on line 26 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 27 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 29 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 30 bool(true)
Output for 8.0.1, 8.0.3, 8.0.6
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 18 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 19 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 21 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(4.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Warning: Undefined variable $int15 in /in/eRDcl on line 26 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 27 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 29 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 30 bool(true)
Output for 8.0.5
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 18 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 19 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 21 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(5.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Warning: Undefined variable $int15 in /in/eRDcl on line 26 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 27 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 29 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 30 bool(true)
Output for 8.0.0
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 18 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 19 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 21 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Warning: Undefined variable $int15 in /in/eRDcl on line 26 bool(true) Warning: Undefined variable $int15 in /in/eRDcl on line 27 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 29 bool(false) Warning: Undefined variable $int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.24
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(2.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.20, 7.4.23
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(3.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.0 - 7.4.3, 7.4.14, 7.4.22
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.4, 7.4.12, 7.4.21
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(8.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.16
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(5.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.9 - 7.4.11, 7.4.15
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.8, 7.4.13
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.6 - 7.4.7
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(9.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.4.5
Warning: Cannot compare DateInterval objects in /in/eRDcl on line 11 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 12 bool(false) Warning: Cannot compare DateInterval objects in /in/eRDcl on line 13 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(4.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.26, 7.1.28, 7.1.31, 7.2.22, 7.2.29, 7.3.5, 7.3.12, 7.3.17 - 7.3.18, 7.3.23 - 7.3.24, 7.3.29 - 7.3.30
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.30, 7.2.19, 7.3.3, 7.3.6, 7.3.25 - 7.3.26, 7.3.28
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(9.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.2.30 - 7.2.32, 7.3.21, 7.3.27
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(8.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.32, 7.2.6 - 7.2.11, 7.2.20 - 7.2.21, 7.2.23, 7.2.33, 7.3.1, 7.3.10, 7.3.16, 7.3.20
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(5.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.3.19
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.2.24 - 7.2.25, 7.3.0, 7.3.2, 7.3.8 - 7.3.9, 7.3.11
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.29, 7.2.17 - 7.2.18, 7.3.7
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(4.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.7, 7.2.0, 7.3.4
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(3.0E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.27, 7.1.33
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.0, 7.1.20
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(5.9999999999999E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.10
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(4.0000000000001E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.6
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(4.9999999999998E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.5
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["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(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.1.1
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (16) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(6.0000000000008E-6) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)
Output for 7.0.0 - 7.0.20
bool(false) bool(false) bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 18 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 19 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 21 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 22 bool(true) object(DateInterval)#9 (15) { ["y"]=> int(0) ["m"]=> int(0) ["d"]=> int(10) ["h"]=> int(0) ["i"]=> int(0) ["s"]=> int(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["first_last_day_of"]=> int(0) ["invert"]=> int(0) ["days"]=> int(10) ["special_type"]=> int(0) ["special_amount"]=> int(0) ["have_weekday_relative"]=> int(0) ["have_special_relative"]=> int(0) } Notice: Undefined variable: int15 in /in/eRDcl on line 26 bool(true) Notice: Undefined variable: int15 in /in/eRDcl on line 27 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 29 bool(false) Notice: Undefined variable: int15 in /in/eRDcl on line 30 bool(true)

preferences:
115.02 ms | 403 KiB | 112 Q