Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c165 static const enum mbfl_no_encoding php_mb_default_identify_list_neut[] = { enum
180 …anguage_neutral, php_mb_default_identify_list_neut, sizeof(php_mb_default_identify_list_neut) / si…
553 *plist = (enum mbfl_no_encoding *) php_mb_default_identify_list_neut; in php_mb_nls_get_default_detect_order_list()
554 …*plist_size = sizeof(php_mb_default_identify_list_neut) / sizeof(php_mb_default_identify_list_neut in php_mb_nls_get_default_detect_order_list()
1006 …g_globals->default_detect_order_list = (enum mbfl_no_encoding *) php_mb_default_identify_list_neut; in PHP_GINIT_FUNCTION()
1007 …fault_detect_order_list_size = sizeof(php_mb_default_identify_list_neut) / sizeof(php_mb_default_i… in PHP_GINIT_FUNCTION()

Completed in 18 milliseconds