Home
last modified time | relevance | path

Searched refs:timelib_day_of_year (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/date/lib/
H A Ddow.c83 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_day_of_year() function
99 doy = timelib_day_of_year(y, m, d) + 1; in timelib_isoweek_from_date()
H A Dtimelib.h349 timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d);
/PHP-7.2/ext/date/
H A Dphp_date.c1159 …case 'z': length = slprintf(buffer, sizeof(buffer), "%d", (int) timelib_day_of_year(t->y, t->m, t-… in date_format()
1367 case 'z': retval = (int) timelib_day_of_year(t->y, t->m, t->d); break; in php_idate()
1699 ta.tm_yday = timelib_day_of_year(ts->y, ts->m, ts->d); in php_strftime()
1809 add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1819 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1855 add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()

Completed in 24 milliseconds