Home
last modified time | relevance | path

Searched refs:day (Results 1 – 25 of 171) sorted by last modified time

1234567

/PHP-5.5/ext/xsl/tests/
H A Dxslt010.phpt34 day-in-year : 365
35 day-in-month : 31
36 day-of-week-in-month : 5
37 day-in-week : 2
39 day-abbreviation : Mon
52 day-in-year : 31
53 day-in-month : 31
54 day-of-week-in-month : 5
55 day-in-week : 6
72 day-of-week-in-month : 5
[all …]
/PHP-5.5/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-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c16007 sqlite3_int64 day; in parseModifier() local
16013 day = tx.iJD/86400000; in parseModifier()
16014 tx.iJD -= day*86400000; in parseModifier()
/PHP-5.5/ext/shmop/
H A DREADME10 we had in mind. After spending a day trying to reverse engineer and figure
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2939 (?<month>\d\d) - (?<day>\d\d) )
6103 (?|(Sat)ur|(Sun))day
6175 (?<DN>Mon|Fri|Sun)(?:day)?|
/PHP-5.5/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-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c44 unsigned int year, month, day, hour, minute, second; member
227 t.day = (unsigned long) 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()
274 t.day = (unsigned int) to[3]; in ps_fetch_date()
282 length = mnd_sprintf(&value, 0, "%04u-%02u-%02u", t.year, t.month, t.day); in ps_fetch_date()
309 t.day = (unsigned int) to[3]; in ps_fetch_datetime()
326 …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-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt92 day, after Klingons visited earh, becomes the official one. Meanwhile do
H A Dmysqli_connect_oo.phpt61 // the first day on. And that's: no connection.
77 // the first day on. And that's: no connection.
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1045 …0, "%d-%02d-%02d %02d:%02d:%02d" , dateinfo.year, dateinfo.month, dateinfo.day, dateinfo.hour, dat…
1125 …0, "%d-%02d-%02d %02d:%02d:%02d" , dateinfo.year, dateinfo.month, dateinfo.day, dateinfo.hour, dat…
/PHP-5.5/ext/intl/tests/
H A Dcalendar_setFirstDayOfWeek_error.phpt34 Warning: IntlCalendar::setFirstDayOfWeek(): intlcal_set_first_day_of_week: invalid day of week in %…
37 Warning: intlcal_set_first_day_of_week(): intlcal_set_first_day_of_week: invalid day of week in %s …
H A Dcalendar_getWeekendTransition_error.phpt36 Warning: IntlCalendar::getWeekendTransition(): intlcal_get_weekend_transition: invalid day of week …
H A Dcalendar_getDayOfWeekType_error.phpt31 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: invalid day of week in %s …
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c220 int grapheme_ascii_check(const unsigned char *day, int32_t len) in grapheme_ascii_check() argument
224 if ( *day++ > 0x7f ) in grapheme_ascii_check()
H A Dgrapheme_util.h32 int grapheme_ascii_check(const unsigned char *day, int32_t len);
/PHP-5.5/ext/ereg/regex/
H A Dtests345 (we|wee|week|frob)(knights|night|day) - weeknights weeknights
/PHP-5.5/ext/date/tests/
H A Dmktime_basic1.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
21 $day = 2;
29 var_dump( mktime($hour, $minute, $sec, $month, $day) );
30 var_dump( mktime($hour, $minute, $sec, $month, $day, $year) );
31 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $is_dst) );
H A Dmktime_error.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
25 $day = 2;
29 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $is_dst, $extra_arg) );
H A Dmktime_variation7.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
103 $day = 2;
108 var_dump( mktime($hour, $minute, $second, $month, $day, $year, $is_dst) );
H A Dstrftime_variation18.phpt2 Test strftime() function : usage variation - Checking day related formats which are supported other…
H A Dstrftime_variation7.phpt2 Test strftime() function : usage variation - Passing day related format strings to format argument.
H A Dstrtotime-relative.phpt11 // offset around a day
H A Dstrtotime_basic.phpt14 * This is parsed as the "first following Monday OR the current day if it is a Monday"
19 * Monday if the current day is a Monday"
24 * Monday if the current day is a Monday"
H A Dmktime_variation1.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
101 $day = 2;
H A Dmktime_variation2.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …

Completed in 468 milliseconds

1234567