Home
last modified time | relevance | path

Searched refs:month (Results 1 – 25 of 88) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS462 . Fixed bug #80376 (last day of the month causes runway cpu usage. (Derick)
/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/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 …]
H A Dtm2unixtime.c69 timelib_sll month, year; in do_range_limit_days_relative() local
75 month = *base_m; in do_range_limit_days_relative()
82 dec_month(&year, &month); in do_range_limit_days_relative()
84 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()
94 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()
100 inc_month(&year, &month); in do_range_limit_days_relative()
403 static timelib_sll do_months(timelib_ull month, timelib_sll year) in do_months() argument
406 return ((month_tab_leap[month - 1] + 1) * SECS_PER_DAY); in do_months()
408 return ((month_tab[month - 1]) * SECS_PER_DAY); in do_months()
/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/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/intl/dateformat/
H A Ddateformat_format.c105 month, in internal_get_timestamp() local
120 month = INTL_GET_ELEM(CALENDAR_MON); in internal_get_timestamp()
139 ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo)); in internal_get_timestamp()
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation11.phpt2 Test gmstrftime() function : usage variation - Checking month related formats which was not support…
18 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
28 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dgmstrftime_variation12.phpt2 Test gmstrftime() function : usage variation - Checking month related formats which are supported o…
24 echo "\n-- Testing gmstrftime() function with Abbreviated month name format %h --\n";
34 -- Testing gmstrftime() function with Abbreviated month name format %h --
H A Dgmstrftime_variation17.phpt18 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
28 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation18.phpt24 echo "\n-- Testing gmstrftime() function with Day of the month as decimal single digit format --\n";
34 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
H A Dgmstrftime_variation4.phpt2 Test gmstrftime() function : usage variation - Passing month related format strings to format argum…
18 'Abbreviated month name' => "%b",
19 'Full month name' => "%B",
36 --Abbreviated month name--
40 --Full month name--
H A Dgmstrftime_variation7.phpt20 'Day of the month as a decimal number' => "%d",
38 --Day of the month as a decimal number--
H A Didate_variation4.phpt19 'Day of the month' => 'd',
22 'Days in the month' => 't',
40 --Day of the month--
49 --Days in the month--
H A Dmktime_basic1.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
19 $month = 7;
26 var_dump( mktime($hour, $minute, $sec, $month) );
27 var_dump( mktime($hour, $minute, $sec, $month, $day) );
28 var_dump( mktime($hour, $minute, $sec, $month, $day, $year) );
H A Dmktime_error.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
23 $month = 7;
27 var_dump( mktime($hour, $minute, $sec, $month, $day, $year, $extra_arg) );
H A Dstrftime_variation11.phpt2 Test strftime() function : usage variation - Checking month related formats which was not supported…
18 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
28 -- Testing strftime() function with Abbreviated month name format %h --
H A Dstrftime_variation12.phpt2 Test strftime() function : usage variation - Checking month related formats which are supported oth…
24 echo "\n-- Testing strftime() function with Abbreviated month name format %h --\n";
34 -- Testing strftime() function with Abbreviated month name format %h --
H A Dstrftime_variation17.phpt18 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
27 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation18.phpt24 echo "\n-- Testing strftime() function with Day of the month as decimal single digit format --\n";
33 -- Testing strftime() function with Day of the month as decimal single digit format --
H A Dstrftime_variation4.phpt2 Test strftime() function : usage variation - Passing month related format strings to format argumen…
19 'Abbreviated month name' => "%b",
20 'Full month name' => "%B",
37 --Abbreviated month name--
41 --Full month name--
H A Dstrftime_variation7.phpt21 'Day of the month as a decimal number' => "%d",
39 --Day of the month as a decimal number--
H A DDateTime_format_basic1.phpt38 string(19) "22:07:41 m is month"
H A DDateTime_setDate_basic1.phpt5 /* Prototype : public DateTime DateTime::setDate ( int $year , int $month , int $day )
H A DDateTime_setISODate_basic1.phpt19 // Which month is week 40 ?

Completed in 61 milliseconds

1234