Searched refs:strict_detection (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/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-5.6/ext/mbstring/ |
H A D | mbstring.h | 182 long strict_detection; variable
|
H A D | mb_gpc.c | 273 …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 | 1494 strict_detection, zend_mbstring_globals, mbstring_globals) 1526 mbstring_globals->strict_detection = 0; in PHP_INI_END() 3024 from_encoding = mbfl_identify_encoding2(&string, list, size, MBSTRG(strict_detection)); in php_mb_convert_encoding() 3260 strict = (zend_bool)MBSTRG(strict_detection); in PHP_FUNCTION() 3577 identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION() 4255 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION() 4275 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION() 4466 if (MBSTRG(strict_detection)) { in PHP_FUNCTION() 4548 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
|
/PHP-5.6/ |
H A D | php.ini-development | 1815 ;mbstring.strict_detection = On
|
H A D | php.ini-production | 1815 ;mbstring.strict_detection = On
|
H A D | NEWS | 8159 - Fixed bug #45239 (Encoding detector hangs with mbstring.strict_detection
|
Completed in 103 milliseconds