Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/date/tests/
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_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 Dbug27719.phpt2 Bug #27719 (mktime returns incorrect timestamp for dst days)
H A Dbug43452.phpt17 // forward one week, then behaves like above for week days
H A Dbug33414-1.phpt2 Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests)
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h149 timelib_sll days; /* Contains the number of *days*, instead of Y-M-D differences */ member
H A Dinterval.c69 rt->days = abs(floor((one->sse - two->sse - (dst_h_corr * 3600) - (dst_m_corr * 60)) / 86400)); in timelib_diff()
H A Dtimelib.c275 d->y, d->m, d->d, d->h, d->i, d->s, d->days, d->invert ? " inverted" : ""); in timelib_dump_rel_time()
H A Dparse_iso_intervals.re480 in.period->days = TIMELIB_UNSET;
/PHP-5.5/ext/ldap/tests/
H A DREADME9 $ openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c1036 int days, hours, mins, secs; in cdf_print_elapsed_time() local
1045 days = (int)ts; in cdf_print_elapsed_time()
1047 if (days) { in cdf_print_elapsed_time()
1048 len += snprintf(buf + len, bufsiz - len, "%dd+", days); in cdf_print_elapsed_time()
1053 if (days || hours) { in cdf_print_elapsed_time()
/PHP-5.5/ext/openssl/
H A DREADME238 365 days, do
240 openssl req -new -key /tmp/test.key -out /tmp/test.crt -days 365 -x509
/PHP-5.5/
H A DREADME.RELEASE_PROCESS11 2. Package two days before a release. So if the release is to be on Thursday,
16 It is recommended to do so a couple of days before the packaging day, to
H A DREADME.SUBMITTING_PATCH177 few days, consider resubmitting the patch. Before doing this think
/PHP-5.5/ext/hash/tests/
H A Dfnv132.phpt117 array( "http://norvig.com/21-days.html", "965595f8" ),
H A Dfnv164.phpt117 array( "http://norvig.com/21-days.html", "4836e27ccf099f38" ),
/PHP-5.5/ext/date/
H A Dphp_date.c2435 if (intervalobj->diff->days != -99999) { in date_object_get_properties_interval()
2436 PHP_DATE_INTERVAL_ADD_PROPERTY("days", days); in date_object_get_properties_interval()
4045 GET_VALUE_FROM_STRUCT(days, "days"); in date_interval_read_property()
4199 PHP_DATE_INTERVAL_READ_PROPERTY_I64("days", days); in php_date_interval_initialize_from_hash()
4303 if ((int) t->days != -99999) { in date_interval_format()
4304 length = slprintf(buffer, 32, "%d", (int) t->days); in date_interval_format()
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-5.TXT17 # days of receipt.
H A D8859-1.TXT17 # days of receipt.
H A D8859-15.TXT18 # days of receipt.
H A DKOI8-R.TXT17 # days of receipt.

Completed in 88 milliseconds

1234