Home
last modified time | relevance | path

Searched refs:preferred_name (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/mbstring/
H A Dmbstring.c1502 const char *preferred_name = mbfl_encoding_preferred_mime_name(enc); in PHP_FUNCTION() local
1503 if (preferred_name == NULL || *preferred_name == '\0') { in PHP_FUNCTION()
1507 RETVAL_STRING((char *)preferred_name); in PHP_FUNCTION()

Completed in 26 milliseconds