Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddatetime.c30 static const char * const mon_short_names[] = { variable
56 mon_short_names[tm1->tm_mon], in php_std_date()
/php-src/ext/date/
H A Dphp_date.c627 static const char * const mon_short_names[] = { variable
736 case 'M': length = slprintf(buffer, sizeof(buffer), "%s", mon_short_names[t->m - 1]); break; in date_format()
819 (int) t->d, mon_short_names[t->m - 1], in date_format()

Completed in 27 milliseconds