/PHP-5.5/ext/date/tests/ |
H A D | date_sunset_variation2.phpt | 6 * Description: Returns time of sunset for a given day and location
|
H A D | mktime_variation2.phpt | 5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
|
H A D | mktime_variation3.phpt | 5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
|
H A D | mktime_variation4.phpt | 5 …e= date("i") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int …
|
H A D | date_sunrise_variation1.phpt | 6 * Description: Returns time of sunrise for a given day and location
|
H A D | date_sunrise_variation3.phpt | 6 * Description: Returns time of sunrise for a given day and location
|
H A D | date_sunrise_variation4.phpt | 6 * Description: Returns time of sunrise for a given day and location
|
H A D | date_sunrise_variation5.phpt | 6 * Description: Returns time of sunrise for a given day and location
|
H A D | date_sunrise_variation6.phpt | 6 * Description: Returns time of sunrise for a given day and location
|
H A D | date_sunset_variation1.phpt | 6 * Description: Returns time of sunset for a given day and location
|
H A D | date_sunset_variation3.phpt | 6 * Description: Returns time of sunset for a given day and location
|
H A D | date_sunset_variation4.phpt | 6 * Description: Returns time of sunset for a given day and location
|
H A D | date_sunset_variation5.phpt | 6 * Description: Returns time of sunset for a given day and location
|
H A D | date_sunset_variation6.phpt | 6 * Description: Returns time of sunset for a given day and location
|
/PHP-5.5/ext/date/ |
H A D | php_date.c | 86 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 D | php_mssql.c | 1045 …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 D | README.RELEASE_PROCESS | 16 It is recommended to do so a couple of days before the packaging day, to
|
H A D | NEWS | 476 . 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 D | tests | 345 (we|wee|week|frob)(knights|night|day) - weeknights weeknights
|
/PHP-5.5/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 2939 (?<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 D | sqlite3.c | 16007 sqlite3_int64 day; in parseModifier() local 16013 day = tx.iJD/86400000; in parseModifier() 16014 tx.iJD -= day*86400000; in parseModifier()
|