Home
last modified time | relevance | path

Searched refs:days (Results 26 – 50 of 67) sorted by relevance

123

/PHP-5.3/ext/date/tests/
H A DDateTime_days-dates.phpt2 DateTime::diff() days -- dates
H A Dbug52738.phpt34 [days] =>
H A Dbug45682.phpt36 ["days"]=>
H A DDateTime_days-spring-type2-type2.phpt2 DateTime::diff() days -- spring type2 type2
H A DDateTime_days-spring-type2-type3.phpt2 DateTime::diff() days -- spring type2 type3
H A DDateTime_days-spring-type3-type2.phpt2 DateTime::diff() days -- spring type3 type2
H A DDateTime_days-spring-type3-type3.phpt2 DateTime::diff() days -- spring type3 type3
H A Dgmdate_variation6.phpt33 echo "\n-- Testing gmdate() function with number of days in a month format --\n";
58 -- Testing gmdate() function with number of days in a month format --
H A Dbug49778.phpt32 ["days"]=>
H A Ddate_diff1.phpt52 ["days"]=>
H A DDateTime_days-fall-type2-type2.phpt2 DateTime::diff() days -- fall type2 type2
H A DDateTime_days-fall-type2-type3.phpt2 DateTime::diff() days -- fall type2 type3
H A DDateTime_days-fall-type3-type2.phpt2 DateTime::diff() days -- fall type3 type2
H A DDateTime_days-fall-type3-type3.phpt2 DateTime::diff() days -- fall type3 type3
H A Ddate_modify_basic1.phpt22 date_modify($datetime, "+1 week 2 days 4 hours 2 seconds");
H A DDateTime_days-february.phpt2 DateTime::diff() days -- february
H A DDateTime_modify_basic1.phpt22 $datetime->modify("+1 week 2 days 4 hours 2 seconds");
H A Ddate_sunrise_variation7.phpt2 Test date_sunrise() function : usage variation - Checking sunrise for consecutive days in specific…
H A Ddate_sunset_variation7.phpt2 Test date_sunset() function : usage variation - Checking sunrise for consecutive days in specific …
H A Dbug27719.phpt2 Bug #27719 (mktime returns incorrect timestamp for dst days)
/PHP-5.3/ext/date/lib/
H A Dtm2unixtime.c66 timelib_sll days; in do_range_limit_days_relative() local
80 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()
84 *d += days; in do_range_limit_days_relative()
90 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()
94 *d += days; in do_range_limit_days_relative()
H A Dinterval.c63 rt->days = abs(floor((one->sse - two->sse - (dst_h_corr * 3600) - (dst_m_corr * 60)) / 86400)); in timelib_diff()
H A Dtimelib_structs.h139 timelib_sll days; /* Contains the number of *days*, instead of Y-M-D differences */ member
/PHP-5.3/tests/lang/
H A D023.phpt16 $days = $time_left/(24*3600);
17 $time_left -= $days*24*3600;
21 …n ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).",\nwhich is $days days, $hours hours an…
/PHP-5.3/ext/ldap/tests/
H A DREADME9 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650

Completed in 31 milliseconds

123