Searched refs:codeset (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/gettext/ |
H A D | gettext.c | 300 zend_string *domain, *codeset = NULL; in PHP_FUNCTION() local 305 Z_PARAM_STR_OR_NULL(codeset) in PHP_FUNCTION() 310 retval = bind_textdomain_codeset(ZSTR_VAL(domain), codeset ? ZSTR_VAL(codeset) : NULL); in PHP_FUNCTION()
|
H A D | gettext.stub.php | 40 function bind_textdomain_codeset(string $domain, ?string $codeset = null): string|false {} argument
|
H A D | gettext_arginfo.h | 60 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, codeset, IS_STRING, 1, "null")
|
/php-src/ext/standard/ |
H A D | html.c | 375 zend_binary_strcasecmp(charset_hint, len, charset_map[i].codeset, len) == 0) { in determine_charset()
|
H A D | html_tables.h | 37 const char *codeset; member
|
/php-src/ |
H A D | configure.ac | 308 dnl Check whether the system uses EBCDIC (not ASCII) as its native codeset.
|
Completed in 45 milliseconds