Searched refs:strict_detection (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/mbstring/tests/ |
H A D | bug45239.phpt | 2 Bug #45239 (encoding detector hangs with mbstring.strict_detection enabled) 4 mbstring.strict_detection=1
|
H A D | mb_get_info.phpt | 14 mbstring.strict_detection=1 65 ["strict_detection"]=>
|
H A D | ini_mbstring_invalid.phpt | 15 mbstring.strict_detection=BOOL_STRICT_DETECTION
|
/PHP-8.0/ext/mbstring/ |
H A D | mbstring.h | 99 zend_bool strict_detection; variable
|
H A D | mb_gpc.c | 254 …fl_encoding_detector_new(info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection)); in _php_mb_encoding_handler_ex()
|
H A D | mbstring.c | 956 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 D | php.ini-development | 1674 ;mbstring.strict_detection = Off
|
H A D | php.ini-production | 1676 ;mbstring.strict_detection = Off
|
Completed in 27 milliseconds