Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dmbstring.c166 static const enum mbfl_no_encoding php_mb_default_identify_list_neut[] = { enum
181 …anguage_neutral, php_mb_default_identify_list_neut, sizeof(php_mb_default_identify_list_neut) / si…
1100 *plist = (enum mbfl_no_encoding *) php_mb_default_identify_list_neut; in php_mb_nls_get_default_detect_order_list()
1101 …*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()
1548 …g_globals->default_detect_order_list = (enum mbfl_no_encoding *) php_mb_default_identify_list_neut; in PHP_GINIT_FUNCTION()
1549 …fault_detect_order_list_size = sizeof(php_mb_default_identify_list_neut) / sizeof(php_mb_default_i… in PHP_GINIT_FUNCTION()

Completed in 14 milliseconds