Home
last modified time | relevance | path

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

/PHP-8.0/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 Dini_mbstring_invalid.phpt15 mbstring.strict_detection=BOOL_STRICT_DETECTION
/PHP-8.0/ext/mbstring/
H A Dmbstring.h99 zend_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.c956 strict_detection, zend_mbstring_globals, mbstring_globals)
1013 mbstring_globals->strict_detection = 0; in PHP_GINIT_FUNCTION()
2421 &string, from_encodings, num_from_encodings, MBSTRG(strict_detection)); in php_mb_convert_encoding()
2731 strict = MBSTRG(strict_detection); in PHP_FUNCTION()
3114 identd = mbfl_encoding_detector_new(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()
3613 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
3627 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
3800 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
3867 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
/PHP-8.0/
H A Dphp.ini-development1674 ;mbstring.strict_detection = Off
H A Dphp.ini-production1676 ;mbstring.strict_detection = Off

Completed in 28 milliseconds