Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/tests/
H A Dbug45239.phpt2 Bug #45239 (encoding detector hangs with mbstring.strict_detection enabled)
4 mbstring.strict_detection=1
H A Dmb_get_info.phpt15 mbstring.strict_detection=1
90 ["strict_detection"]=>
/PHP-5.6/ext/mbstring/
H A Dmbstring.h182 long strict_detection; variable
H A Dmb_gpc.c273 …l_encoding_detector_new2(info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection)); in _php_mb_encoding_handler_ex()
H A Dmbstring.c1494 strict_detection, zend_mbstring_globals, mbstring_globals)
1526 mbstring_globals->strict_detection = 0; in PHP_INI_END()
3024 from_encoding = mbfl_identify_encoding2(&string, list, size, MBSTRG(strict_detection)); in php_mb_convert_encoding()
3260 strict = (zend_bool)MBSTRG(strict_detection); in PHP_FUNCTION()
3577 identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()
4255 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
4275 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
4466 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
4548 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
/PHP-5.6/
H A Dphp.ini-development1815 ;mbstring.strict_detection = On
H A Dphp.ini-production1815 ;mbstring.strict_detection = On
H A DNEWS8159 - Fixed bug #45239 (Encoding detector hangs with mbstring.strict_detection

Completed in 103 milliseconds