Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds