Searched refs:timelib_day_of_year (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/date/lib/ |
H A D | dow.c | 82 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year() function 98 doy = timelib_day_of_year(y, m, d) + 1; in timelib_isoweek_from_date()
|
H A D | timelib.h | 79 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
|
/PHP-7.1/ext/date/ |
H A D | php_date.c | 1139 …case 'z': length = slprintf(buffer, sizeof(buffer), "%d", (int) timelib_day_of_year(t->y, t->m, t-… in date_format() 1345 case 'z': retval = (int) timelib_day_of_year(t->y, t->m, t->d); break; in php_idate() 1664 ta.tm_yday = timelib_day_of_year(ts->y, ts->m, ts->d); in php_strftime() 1772 add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION() 1782 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION() 1817 add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
|
Completed in 29 milliseconds