Home
last modified time | relevance | path

Searched refs:day (Results 51 – 75 of 124) sorted by relevance

12345

/PHP-7.4/ext/date/tests/
H A Dbug54851.phpt28 // - when the day is not the same as the day on the original date:
35 // - when the day *is* the same as the day on the original date:
H A Dgmmktime_variation7.phpt5 /* Prototype : int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]…
18 $day = 8;
33 var_dump( gmmktime($hour, $min, $sec, $mon, $day) );
H A Dstrtotime_basic.phpt12 * This is parsed as the "first following Monday OR the current day if it is a Monday"
17 * Monday if the current day is a Monday"
22 * Monday if the current day is a Monday"
H A Dbug35499.phpt20 ["day"]=>
56 ["day"]=>
H A Dbug50680.phpt7 var_dump(date("d", strtotime("March 1 eighth day 2009")));
H A Dbug41709.phpt16 [day] => 0
H A Dbug35456.phpt9 echo date(DATE_ISO8601, strtotime("+ 1 day", $t)) . "\n";
H A Dbug71525.phpt8 $date->modify('first day of next month');
H A Dbug52430.phpt13 ["day"]=>
H A Dbug63391.phpt2 Test for #63391 (Incorrect/inconsistent day of week prior to the year 1600)
H A Dbug67251.phpt14 ["day"]=>
H A Dbug52454.phpt2 Bug #52454 (Relative dates and getTimestamp increments by one day)
H A Dbug73858.phpt10 $ss = 'february first day of last month midnight';
11 $es = 'february first day of this month midnight - 1 second';
53 $e = new DateTime('february first day of this month midnight');
H A DDateTime_data-fall-type2-type2.inc14 * + prev: the day before the transition day 2010-11-06 18:38:28 EDT
15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT
18 * + st: standard time on the transition day 2010-11-07 03:16:55 EST
19 * + post: the day after the transition day 2010-11-08 19:59:59 EST
H A DDateTime_data-fall-type2-type3.inc14 * + prev: the day before the transition day 2010-11-06 18:38:28 EDT
15 * + dt: daylight time on transition day 2010-11-07 00:10:20 EDT
18 * + st: standard time on the transition day 2010-11-07 03:16:55 EST
19 * + post: the day after the transition day 2010-11-08 19:59:59 EST
H A Dbug44562.phpt17 $interval = DateInterval::createFromDateString( "1 day" );
/PHP-7.4/ext/standard/tests/file/
H A Dbug38086.txt1 Another day
/PHP-7.4/ext/intl/tests/
H A Dcalendar_setFirstDayOfWeek_error.phpt32 Warning: IntlCalendar::setFirstDayOfWeek(): intlcal_set_first_day_of_week: invalid day of week in %…
35 Warning: intlcal_set_first_day_of_week(): intlcal_set_first_day_of_week: invalid day of week in %s …
/PHP-7.4/ext/calendar/tests/
H A Dbug71894.phpt17 ["day"]=>
H A Dbug53574_1.phpt21 ["day"]=>
H A Dbug53574_2.phpt21 ["day"]=>
H A Dbug55797_1.phpt21 ["day"]=>
H A Dbug55797_2.phpt21 ["day"]=>
/PHP-7.4/ext/date/lib/
H A Ddow.c149 timelib_sll dow, day; in timelib_daynr_from_weeknr() local
154 day = 0 - (dow > 4 ? dow - 7 : dow); in timelib_daynr_from_weeknr()
157 return day + ((iw - 1) * 7) + id; in timelib_daynr_from_weeknr()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c234 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check() argument
238 if ( *day++ > 0x7f || (*day == '\n' && *(day - 1) == '\r') ) in grapheme_ascii_check()

Completed in 27 milliseconds

12345