Home
last modified time | relevance | path

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

/PHP-8.1/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.phpt14 mbstring.strict_detection=1
65 ["strict_detection"]=>
H A Dmb_convert_encoding_failed_detection.phpt6 mbstring.strict_detection=1
H A Dini_mbstring_invalid.phpt14 mbstring.strict_detection=BOOL_STRICT_DETECTION
/PHP-8.1/ext/mbstring/
H A Dmbstring.h99 bool strict_detection; variable
H A Dmb_gpc.c254 …fl_encoding_detector_new(info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection)); in _php_mb_encoding_handler_ex()
H A Dmbstring.c950 strict_detection, zend_mbstring_globals, mbstring_globals)
1007 mbstring_globals->strict_detection = 0; in PHP_GINIT_FUNCTION()
2412 &string, from_encodings, num_from_encodings, MBSTRG(strict_detection)); in php_mb_convert_encoding()
2761 strict = MBSTRG(strict_detection); in PHP_FUNCTION()
3149 identd = mbfl_encoding_detector_new(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()
3643 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
3657 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
3829 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
3896 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
/PHP-8.1/
H A DUPGRADING498 and the mbstring.strict_detection INI directive is set to 1.
H A Dphp.ini-development1688 ;mbstring.strict_detection = Off
H A Dphp.ini-production1690 ;mbstring.strict_detection = Off

Completed in 30 milliseconds