Searched refs:php_date_full_day_name (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/date/ |
H A D | php_date.c | 656 static const char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name() function 723 …case 'l': length = slprintf(buffer, sizeof(buffer), "%s", php_date_full_day_name(t->y, t->m, t->d)… in date_format() 1475 add_assoc_string(return_value, "weekday", php_date_full_day_name(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
|
Completed in 26 milliseconds