Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/
H A Dphp_date.c1041 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_full_day_name() local
1042 if (day_of_week < 0) { in php_date_full_day_name()
1045 return day_full_names[day_of_week]; in php_date_full_day_name()
1050 timelib_sll day_of_week = timelib_day_of_week(y, m, d); in php_date_short_day_name() local
1051 if (day_of_week < 0) { in php_date_short_day_name()
1054 return day_short_names[day_of_week]; in php_date_short_day_name()
/PHP-5.5/
H A DNEWS797 . Fixed day_of_week function as it could sometimes return negative values

Completed in 43 milliseconds