Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c664 static const char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name() function
717 …case 'D': length = slprintf(buffer, sizeof(buffer), "%s", php_date_short_day_name(t->y, t->m, t->d… in date_format()
818 php_date_short_day_name(t->y, t->m, t->d), in date_format()

Completed in 18 milliseconds