Home
last modified time | relevance | path

Searched refs:month (Results 101 – 113 of 113) sorted by relevance

12345

/PHP-5.6/ext/date/tests/
H A DDateTime_setISODate_variation3.phpt100 $month = 7;
104 var_dump( $object->setISODate($year, $month, $day) );
H A Ddate_isodate_set_variation2.phpt100 $month = 7;
104 var_dump( date_isodate_set($object, $year, $month, $day) );
H A Ddate_isodate_set_variation3.phpt102 foreach($inputs as $variation =>$month) {
104 var_dump( date_isodate_set($object, $year, $month, $day) );
H A Ddate_isodate_set_variation4.phpt100 $month = 7;
104 var_dump( date_isodate_set($object, $year, $month, $day) );
H A Ddate_isodate_set_variation1.phpt99 $month = 7;
104 var_dump( date_isodate_set($object, $year, $month, $day) );
H A Dgmmktime_variation4.phpt2 Test gmmktime() function : usage variation - Passing unexpected values to fourth argument month.
H A Dmktime_variation2.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
H A Dmktime_variation3.phpt5 … date("H") [, int $minute= date("i") [, int $second= date("s") [, int $month= date("n") [, int…
/PHP-5.6/ext/pdo_dblib/
H A Ddblib_stmt.c278 di.year, di.month, di.day, di.hour, di.minute, di.second in pdo_dblib_stmt_get_col()
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c1045 …spprintf(&res_buf, 0, "%d-%02d-%02d %02d:%02d:%02d" , dateinfo.year, dateinfo.month, dateinfo.day,…
1125 …spprintf(&res_buf, 0, "%d-%02d-%02d %02d:%02d:%02d" , dateinfo.year, dateinfo.month, dateinfo.day,…
/PHP-5.6/ext/date/
H A Dphp_date.c102 ZEND_ARG_INFO(0, month)
269 ZEND_ARG_INFO(0, month)
275 ZEND_ARG_INFO(0, month)
2969 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(month, m); in php_date_do_return_parsed_time()
/PHP-5.6/
H A DNEWS450 . Fixed bug #67976 (cal_days_month() fails for final month of the French
3494 . Fixed bug #54254 (cal_from_jd returns month = 6 when there is only one Adar)
7550 . support for "first/last day of <month>" style texts.
7670 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
11131 - Fixed bug #33013 ("next month" was handled wrong while parsing dates).
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt2939 (?<month>\d\d) - (?<day>\d\d) )

Completed in 111 milliseconds

12345