Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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.c1472 strict_detection, zend_mbstring_globals, mbstring_globals)
1504 mbstring_globals->strict_detection = 0; in PHP_INI_END()
2993 from_encoding = mbfl_identify_encoding2(&string, list, size, MBSTRG(strict_detection)); in php_mb_convert_encoding()
3229 strict = (zend_bool)MBSTRG(strict_detection); in PHP_FUNCTION()
3545 identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()
4186 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
4206 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
4397 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
4479 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
/PHP-5.4/
H A Dphp.ini-development1736 ;mbstring.strict_detection = Off
H A Dphp.ini-production1736 ;mbstring.strict_detection = Off
H A DNEWS5392 - Fixed bug #45239 (Encoding detector hangs with mbstring.strict_detection

Completed in 72 milliseconds