Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c621 static const char * const mon_full_names[] = { variable
734 case 'F': length = slprintf(buffer, sizeof(buffer), "%s", mon_full_names[t->m - 1]); break; in date_format()
1472 add_assoc_string(return_value, "month", mon_full_names[ts->m - 1]); in PHP_FUNCTION()

Completed in 38 milliseconds