Home
last modified time | relevance | path

Searched refs:month (Results 76 – 88 of 88) sorted by relevance

1234

/PHP-7.4/ext/date/tests/
H A Ddate_isodate_set_basic1.phpt19 // Which month is week 40 ?
H A DDateTime_format_basic1.phpt38 string(19) "22:07:41 m is month"
H A Dcheckdate_basic1.phpt5 /* Prototype : bool checkdate ( int $month , int $day , int $year )
H A Ddate_basic1.phpt38 string(19) "10:02:30 m is month"
H A Ddate_format_basic1.phpt38 string(19) "22:07:41 m is month"
H A Ddate_parse_error.phpt46 ["month"]=>
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c43 unsigned int year, month, day, hour, minute, second; member
232 t.year = t.month= 0; in ps_fetch_time()
287 t.month = (unsigned int) to[2]; in ps_fetch_date()
296 length = mnd_sprintf(&value, 0, "%04u-%02u-%02u", t.year, t.month, t.day); in ps_fetch_date()
322 t.month = (unsigned int) to[2]; in ps_fetch_datetime()
346 t.month, 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/date/lib/
H A Dparse_date.re200 { "month", TIMELIB_MONTH, 1 },
247 /* The month table. */
909 month = "0"? [0-9] | "1"[0-2];
951 americanshort = month "/" day;
952 american = month "/" day "/" year;
954 dateslash = year4 "/" month "/" day;
957 gnudateshorter = year4 "-" month;
958 gnudateshort = year "-" month "-" day;
959 pointeddate4 = day [.\t-] month [.-] year4;
960 pointeddate2 = day [.\t] month "." year2;
[all …]
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c406 di.year, di.month, di.day, di.hour, di.minute, di.second in pdo_dblib_stmt_get_col()
/PHP-7.4/ext/date/
H A Dphp_date.c119 ZEND_ARG_INFO(0, month)
288 ZEND_ARG_INFO(0, month)
294 ZEND_ARG_INFO(0, month)
3123 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(month, m); in php_date_do_return_parsed_time()
/PHP-7.4/
H A DNEWS462 . Fixed bug #80376 (last day of the month causes runway cpu usage. (Derick)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4814 # month of release (01-12)
15028 # skip ASCII like Cognacspirit.txt by month <= 12
15116 # month <= 12
19381 # Update month (0-11)
19482 # month (0-11)
27840 # -> yyyymmdd: year, month, day of cleaning
H A Dmagic4814 # month of release (01-12)
15028 # skip ASCII like Cognacspirit.txt by month <= 12
15116 # month <= 12
19381 # Update month (0-11)
19482 # month (0-11)
27840 # -> yyyymmdd: year, month, day of cleaning

Completed in 197 milliseconds

1234