Home
last modified time | relevance | path

Searched refs:days (Results 51 – 75 of 91) sorted by relevance

1234

/PHP-7.4/ext/date/lib/
H A Dtm2unixtime.c70 timelib_sll days; in do_range_limit_days_relative() local
84 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()
88 *d += days; in do_range_limit_days_relative()
94 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()
98 *d += days; in do_range_limit_days_relative()
H A Dinterval.c78 rt->days = fabs(floor((one->sse - two->sse - (dst_h_corr * 3600) - (dst_m_corr * 60)) / 86400)); in timelib_diff()
H A Dtimelib.c354 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
H A Dtimelib.h188 timelib_sll days; /* Contains the number of *days*, instead of Y-M-D differences */ member
/PHP-7.4/ext/date/tests/
H A DDatePeriod_set_state.phpt60 ["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_modify_basic1.phpt22 $datetime->modify("+1 week 2 days 4 hours 2 seconds");
H A DDateTime_days-february.phpt2 DateTime::diff() days -- february
H A Ddate_sunrise_variation7.phpt2 Test date_sunrise() function : usage variation - Checking sunrise for consecutive days in specific…
H A Ddate_time_immutable.phpt20 $x = $z->modify("+2 days");
24 $x = $z->modify("+2 days");
H A Ddate_sunset_variation7.phpt2 Test date_sunset() function : usage variation - Checking sunrise for consecutive days in specific …
H A Ddate_time_fractions.phpt84 ["days"]=>
H A Dbug43452.phpt17 // forward one week, then behaves like above for week days
/PHP-7.4/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-7.4/ext/openssl/tests/
H A DCertificateGenerator.inc131 /* days */ 2,
/PHP-7.4/azure/
H A Dsetup-slapd.sh23 sudo openssl req -newkey rsa:4096 -x509 -nodes -days 3650 \
/PHP-7.4/ext/ldap/tests/
H A DREADME.md87 openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c1252 int days, hours, mins, secs; in cdf_print_elapsed_time() local
1261 days = CAST(int, ts); in cdf_print_elapsed_time()
1263 if (days) { in cdf_print_elapsed_time()
1264 len += snprintf(buf + len, bufsiz - len, "%dd+", days); in cdf_print_elapsed_time()
1269 if (days || hours) { in cdf_print_elapsed_time()
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt45 echo hash('crc32c', "The days of the digital watch are numbered. -Tom Stoppard"), "\n";
H A Dfnv132.phpt115 array( "http://norvig.com/21-days.html", "965595f8" ),
H A Dfnv164.phpt115 array( "http://norvig.com/21-days.html", "4836e27ccf099f38" ),

Completed in 64 milliseconds

1234