Searched refs:codeset (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/gettext/ |
H A D | gettext.c | 284 char *domain, *codeset = NULL, *retval = NULL; in PHP_FUNCTION() local 287 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss!", &domain, &domain_len, &codeset, &codeset_len) ==… in PHP_FUNCTION() 293 retval = bind_textdomain_codeset(domain, codeset); in PHP_FUNCTION()
|
H A D | gettext.stub.php | 40 function bind_textdomain_codeset(string $domain, ?string $codeset): string|false {} argument
|
H A D | gettext_arginfo.h | 60 ZEND_ARG_TYPE_INFO(0, codeset, IS_STRING, 1)
|
/PHP-8.2/ext/standard/ |
H A D | html.c | 379 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-8.2/ |
H A D | configure.ac | 343 dnl Check whether the system uses EBCDIC (not ASCII) as its native codeset.
|
Completed in 82 milliseconds