Home
last modified time | relevance | path

Searched refs:day (Results 76 – 100 of 124) sorted by relevance

12345

/PHP-7.4/ext/date/tests/
H A Dbug46268.phpt10 $now->modify("1 day");
H A Dbug52668.phpt8 $interval = DateInterval::createFromDateString('next day');
H A Dbug67253.phpt15 ["day"]=>
H A Dbug41523-64bit.phpt21 ["day"]=>
H A Dbug41523.phpt21 ["day"]=>
H A Ddate_date_set_basic1.phpt5 /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day )
H A DDateTime_data-fall-type3-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_setDate_basic1.phpt5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
H A DDateTime_data-fall-type3-type3.inc14 * + prev: the day before the transition day 2010-11-06 18:38:28
15 * + dt: daylight time on transition day 2010-11-07 00:10:20
18 * + st: standard time on the transition day 2010-11-07 03:16:55
19 * + post: the day after the transition day 2010-11-08 19:59:59
H A DDateTime_fix_createFromFormat.phpt2 Test fix for DateTime when date have textual day with dot or other special char at end
H A Ddate_period.phpt8 $di = DateInterval::createFromDateString( 'first day of next month' );
H A Dgmstrftime_variation17.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which was not supported…
H A Dstrftime_variation17.phpt2 Test strftime() function : usage variation - Checking day related formats which was not supported o…
H A Ddate_period-immutable.phpt9 $di = DateInterval::createFromDateString( 'first day of next month' );
H A Dgmstrftime_variation18.phpt2 Test gmstrftime() function : usage variation - Checking day related formats which are supported oth…
H A Dstrftime_variation18.phpt2 Test strftime() function : usage variation - Checking day related formats which are supported other…
H A Dbug74057.phpt2 Bug #74057: wrong day when using "this week" in strtotime
H A Ddate_modify_basic1.phpt19 date_modify($datetime, "+1 day");
H A DDateTime_format_basic1.phpt36 string(19) "it is the 14th day."
/PHP-7.4/ext/standard/tests/file/
H A Dstream_copy_to_stream.phpt132 string(134) "Another day
139 string(134) "Another day
148 string(134) "Another day
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c43 unsigned int year, month, day, hour, minute, second; member
227 t.day = (zend_ulong) sint4korr(to+1); in ps_fetch_time()
233 if (t.day) { in ps_fetch_time()
235 t.hour += t.day*24; in ps_fetch_time()
236 t.day = 0; in ps_fetch_time()
288 t.day = (unsigned int) to[3]; in ps_fetch_date()
296 length = mnd_sprintf(&value, 0, "%04u-%02u-%02u", t.year, t.month, t.day); in ps_fetch_date()
323 t.day = (unsigned int) to[3]; in ps_fetch_datetime()
347 t.day, in ps_fetch_datetime()
355 …length = mnd_sprintf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t… in ps_fetch_datetime()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.h26 zend_long grapheme_ascii_check(const unsigned char *day, size_t len);
/PHP-7.4/ext/oci8/tests/
H A Dbug42173.phpt37 interval'1 2:20:20.123' day to second,
38 interval'1 2:20:20.12345' day to second)");
/PHP-7.4/ext/date/lib/
H A Dparse_date.re192 { "day", TIMELIB_DAY, 1 },
910 day = (([0-2]?[0-9]) | ("3"[01])) daysuf?;
951 americanshort = month "/" day;
952 american = month "/" day "/" year;
954 dateslash = year4 "/" month "/" day;
958 gnudateshort = year "-" month "-" day;
960 pointeddate2 = day [.\t] month "." year2;
966 datenoyearrev = day ([ .\t-])* monthtext;
981 firstdayof = 'first day of';
982 lastdayof = 'last day of';
[all …]
/PHP-7.4/ext/intl/tests/
H A Dcalendar_getWeekendTransition_error.phpt32 Warning: IntlCalendar::getWeekendTransition(): intlcal_get_weekend_transition: invalid day of week …

Completed in 36 milliseconds

12345