Home
last modified time | relevance | path

Searched refs:day (Results 151 – 171 of 171) sorted by relevance

1234567

/PHP-5.5/ext/date/tests/
H A Ddate_sunset_variation2.phpt6 * Description: Returns time of sunset for a given day and location
H A Dmktime_variation2.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
H A Dmktime_variation3.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
H A Dmktime_variation4.phpt5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
H A Ddate_sunrise_variation1.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunrise_variation3.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunrise_variation4.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunrise_variation5.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunrise_variation6.phpt6 * Description: Returns time of sunrise for a given day and location
H A Ddate_sunset_variation1.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation3.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation4.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation5.phpt6 * Description: Returns time of sunset for a given day and location
H A Ddate_sunset_variation6.phpt6 * Description: Returns time of sunset for a given day and location
/PHP-5.5/ext/date/
H A Dphp_date.c86 ZEND_ARG_INFO(0, day)
96 ZEND_ARG_INFO(0, day)
103 ZEND_ARG_INFO(0, day)
270 ZEND_ARG_INFO(0, day)
276 ZEND_ARG_INFO(0, day)
283 ZEND_ARG_INFO(0, day)
289 ZEND_ARG_INFO(0, day)
1505 long hou = 0, min = 0, sec = 0, mon = 0, day = 0, yea = 0, dst = -1; in php_mktime() local
1511 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lllllll", &hou, &min, &sec, &mon, &day, &ye… in php_mktime()
1537 now->d = day; in php_mktime()
[all …]
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c1045 …0, "%d-%02d-%02d %02d:%02d:%02d" , dateinfo.year, dateinfo.month, dateinfo.day, dateinfo.hour, dat…
1125 …0, "%d-%02d-%02d %02d:%02d:%02d" , dateinfo.year, dateinfo.month, dateinfo.day, dateinfo.hour, dat…
/PHP-5.5/
H A DREADME.RELEASE_PROCESS16 It is recommended to do so a couple of days before the packaging day, to
H A DNEWS476 . Fixed bug #69336 (Issues with "last day of <monthname>"). (Derick Rethans)
4704 . Fixed bug #52454 (Relative dates and getTimestamp increments by one day).
5119 - Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when
5972 . support for "first/last day of <month>" style texts.
5983 phrases so that they actually mean the week and not a seven day period
5984 around the current day.
6634 - Fixed a bug with the YYYY-MM format not resetting the day correctly.
6866 behaved incorrect of the current day-of-week was the same as the one in the
9005 day/night at high latitudes). (Derick)
9665 - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance
/PHP-5.5/ext/ereg/regex/
H A Dtests345 (we|wee|week|frob)(knights|night|day) - weeknights weeknights
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2939 (?<month>\d\d) - (?<day>\d\d) )
6103 (?|(Sat)ur|(Sun))day
6175 (?<DN>Mon|Fri|Sun)(?:day)?|
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c16007 sqlite3_int64 day; in parseModifier() local
16013 day = tx.iJD/86400000; in parseModifier()
16014 tx.iJD -= day*86400000; in parseModifier()

Completed in 401 milliseconds

1234567