Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/date/tests/
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.5/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.5/ext/date/
H A Dphp_date.c102 ZEND_ARG_INFO(0, month)
269 ZEND_ARG_INFO(0, month)
275 ZEND_ARG_INFO(0, month)
2940 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(month, m); in php_date_do_return_parsed_time()
/PHP-5.5/
H A DNEWS1916 . Fixed bug #54254 (cal_from_jd returns month = 6 when there is only one Adar)
5972 . support for "first/last day of <month>" style texts.
6092 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
9553 - Fixed bug #33013 ("next month" was handled wrong while parsing dates).
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2939 (?<month>\d\d) - (?<day>\d\d) )

Completed in 81 milliseconds

12345