Home
last modified time | relevance | path

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

123456

/php-src/ext/date/tests/
H A Dbug62561.phpt12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
16 day from ts: 2012-07-02 04:00:00
H A Ddate_sunrise_variation8.phpt2 …) function : usage variation - Checking with North and South poles when Sun is up and down all day
13 //Date at which Sun is up all day at North Pole
17 //Date at which Sun is up all day at South Pole
H A Ddate_sunset_variation8.phpt2 …) function : usage variation - Checking with North and South poles when Sun is up and down all day
13 //Date at which Sun is up all day at North Pole
17 //Date at which Sun is up all day at South Pole
H A Dbug69336.phpt2 Bug #69336 (Issues with "last day of <monthname>")
7 var_dump(date('d.m.Y',strtotime('last day of april')));
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 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 Dmktime_error.phpt22 $day = 2;
26 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $extra_arg) );
H A Dbug50680.phpt7 var_dump(date("d", strtotime("March 1 eighth day 2009")));
H A Dgmmktime_variation7.phpt12 $day = 8;
27 var_dump( gmmktime($hour, $min, $sec, $mon, $day) );
H A Dbug79716.phpt2 Bug #79716 (Invalid date time created (with day "00"))
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 Dbug76374.phpt2 Bug #76374 (Date difference varies according day time)
H A Dbug52430.phpt13 ["day"]=>
H A Dbug63391.phpt2 Test for #63391 (Incorrect/inconsistent day of week prior to the year 1600)
H A Dgh9880.phpt2 Bug GH-9880 (DateTime diff returns wrong sign on day count when using a timezone)
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');
/php-src/ext/intl/tests/
H A Dcalendar_setFirstDayOfWeek_error.phpt31 IntlCalendar::setFirstDayOfWeek(): Argument #1 ($dayOfWeek) must be a valid day of the week
32 intlcal_set_first_day_of_week(): Argument #2 ($dayOfWeek) must be a valid day of the week
H A Ddateformat_format_relative.phpt47 return new DateTimeImmutable("-1 day");
51 return new DateTimeImmutable("+1 day");
/php-src/ext/standard/tests/file/
H A Dbug38086.txt1 Another day
/php-src/ext/calendar/tests/
H A Dbug71894.phpt15 ["day"]=>
/php-src/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-src/ext/intl/grapheme/
H A Dgrapheme_util.c217 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check() argument
221 if ( *day++ > 0x7f || (*day == '\n' && *(day - 1) == '\r') ) in grapheme_ascii_check()

Completed in 21 milliseconds

123456