Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/date/tests/
H A Ddate-parse-by-format001.phpt13 [month] => 6
34 [month] => 6
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 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 Dbug30096.phpt21 function gm_date_check($hour, $minute, $second, $month, $day, $year) {
24 echo "gmmktime($hour,$minute,$second,$month,$day,$year): ";
27 $ts = gmmktime($hour, $minute, $second, $month, $day, $year);
H A Ddate_parse_basic1.phpt26 ["month"]=>
54 ["month"]=>
82 ["month"]=>
H A Dbug33869.phpt9 echo date(DATE_ISO8601, strtotime('+1month', $tm));
15 echo date(DATE_ISO8601, strtotime('+1 month', $tm));
H A Dgetdate_variation2.phpt57 ["month"]=>
83 ["month"]=>
109 ["month"]=>
H A Dgetdate_variation6.phpt52 ["month"]=>
78 ["month"]=>
104 ["month"]=>
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 Dgetdate_variation3.phpt57 ["month"]=>
83 ["month"]=>
109 ["month"]=>
H A D008.phpt37 ["month"]=>
61 ["month"]=>
H A Ddate_period.phpt8 $di = DateInterval::createFromDateString( 'first day of next month' );
19 $di = DateInterval::createFromDateString( 'last thursday of next month' );
H A Dbug50055.phpt9 $i = DateInterval::createFromDateString('third Tuesday of next month');
17 $i2 = DateInterval::createFromDateString('third Tuesday of last month');
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 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 Dbug35499.phpt18 ["month"]=>
54 ["month"]=>
H A Dgetdate_basic.phpt47 ["month"]=>
71 ["month"]=>
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 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 Dstrtotime_basic2.phpt10 var_dump(strtotime('mayy 2 2009')); // misspelled month name
H A Dbug70153.phpt5 $i1 = \DateInterval::createFromDateString('+1 month');
/PHP-7.4/ext/date/lib/
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/calendar/
H A Djewish.c689 int month, in JewishToSdn() argument
705 switch (month) { in JewishToSdn()
711 if (month == 1) { in JewishToSdn()
754 if (month == 4) { in JewishToSdn()
756 } else if (month == 5) { in JewishToSdn()
768 switch (month) { in JewishToSdn()
/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/calendar/tests/
H A Dbug67976.phpt2 Bug #67976 (cal_days_month() fails for final month of the French calendar)

Completed in 36 milliseconds

1234