Home
last modified time | relevance | path

Searched refs:day_of_week (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/date/
H A Dphp_date.c1049 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name() local
1050 if (day_of_week < 0) { in php_date_full_day_name()
1053 return day_full_names[day_of_week]; in php_date_full_day_name()
1058 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name() local
1059 if (day_of_week < 0) { in php_date_short_day_name()
1062 return day_short_names[day_of_week]; in php_date_short_day_name()
/PHP-5.6/
H A DNEWS1776 . Fixed day_of_week function as it could sometimes return negative values

Completed in 46 milliseconds