Searched refs:strict_detection (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/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 | 15 mbstring.strict_detection=1 90 ["strict_detection"]=>
|
/PHP-7.1/ext/mbstring/ |
H A D | mbstring.h | 186 long strict_detection; variable
|
H A D | mb_gpc.c | 271 …l_encoding_detector_new2(info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection)); in _php_mb_encoding_handler_ex()
|
H A D | mbstring.c | 1484 strict_detection, zend_mbstring_globals, mbstring_globals) 1520 mbstring_globals->strict_detection = 0; in PHP_INI_END() 3187 from_encoding = mbfl_identify_encoding2(&string, list, size, MBSTRG(strict_detection)); in php_mb_convert_encoding() 3425 strict = (zend_bool)MBSTRG(strict_detection); in PHP_FUNCTION() 3775 identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION() 4426 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION() 4446 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION() 4634 if (MBSTRG(strict_detection)) { in PHP_FUNCTION() 4716 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
|
/PHP-7.1/ |
H A D | php.ini-development | 1710 ;mbstring.strict_detection = On
|
H A D | php.ini-production | 1710 ;mbstring.strict_detection = On
|
Completed in 32 milliseconds