Home
last modified time | relevance | path

Searched refs:days (Results 76 – 100 of 123) sorted by relevance

12345

/PHP-8.3/ext/date/lib/
H A Dtm2unixtime.c74 timelib_sll days; in do_range_limit_days_relative() local
88 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()
92 *d += days; in do_range_limit_days_relative()
98 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()
102 *d += days; in do_range_limit_days_relative()
H A Dtimelib.h159 int days; member
233 timelib_sll days; /* Contains the number of *days*, instead of Y-M-D differences */ member
/PHP-8.3/.github/workflows/
H A Dclose-needs-feedback.yml23 days-before-close: 14
/PHP-8.3/ext/date/tests/
H A DDatePeriod_set_state.phpt54 ["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.phpt16 date_modify($datetime, "+1 week 2 days 4 hours 2 seconds");
H A Ddate_period_set_state1.phpt61 ["days"]=>
H A DDatePeriod_createFromISO8601String_static_return.phpt56 ["days"]=>
H A DDateTime_modify_basic1.phpt16 $datetime->modify("+1 week 2 days 4 hours 2 seconds");
H A Ddate_period_unserialize1.phpt66 ["days"]=>
H A Ddate_period_unserialize3.phpt71 ["days"]=>
H A Ddate_sunrise_variation7.phpt2 Test date_sunrise() function : usage variation - Checking sunrise for consecutive days in specific…
H A DDateTime_days-february.phpt2 DateTime::diff() days -- february
H A Ddate_sunset_variation7.phpt2 Test date_sunset() 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_time_fractions.phpt78 ["days"]=>
H A Dbug43452.phpt17 // forward one week, then behaves like above for week days
/PHP-8.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-8.3/.github/scripts/
H A Dsetup-slapd.sh23 sudo openssl req -newkey rsa:4096 -x509 -nodes -days 3650 \
/PHP-8.3/ext/openssl/tests/
H A DCertificateGenerator.inc135 /* days */ 2,
/PHP-8.3/ext/intl/calendar/
H A Dcalendar.stub.php347 public function setMinimalDaysInFirstWeek(int $days) {} // TODO make return void argument
/PHP-8.3/ext/ldap/tests/
H A DREADME.md87 openssl req -newkey rsa:1024 -x509 -nodes -out server.pem -keyout server.pem -days 3650

Completed in 29 milliseconds

12345