Searched refs:detect_order_list (Results 1 – 2 of 2) sorted by relevance
178 const mbfl_encoding **detect_order_list; variable
1227 if (MBSTRG(detect_order_list)) { in PHP_INI_MH()1228 pefree(MBSTRG(detect_order_list), 1); in PHP_INI_MH()1230 MBSTRG(detect_order_list) = NULL; in PHP_INI_MH()1239 if (MBSTRG(detect_order_list)) { in PHP_INI_MH()1240 pefree(MBSTRG(detect_order_list), 1); in PHP_INI_MH()1242 MBSTRG(detect_order_list) = list; in PHP_INI_MH()1507 mbstring_globals->detect_order_list = NULL; in PHP_INI_END()1535 if (mbstring_globals->detect_order_list) { in PHP_GSHUTDOWN_FUNCTION()1536 free(mbstring_globals->detect_order_list); in PHP_GSHUTDOWN_FUNCTION()5305 if (MBSTRG(detect_order_list) && MBSTRG(detect_order_list_size)) { in php_mb_populate_current_detect_order_list()[all …]
Completed in 20 milliseconds