Home
last modified time | relevance | path

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

/PHP-7.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.phpt15 mbstring.strict_detection=1
90 ["strict_detection"]=>
/PHP-7.0/ext/mbstring/
H A Dmbstring.h185 long strict_detection; variable
H A Dmb_gpc.c271 …l_encoding_detector_new2(info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection)); in _php_mb_encoding_handler_ex()
H A Dmbstring.c1484 strict_detection, zend_mbstring_globals, mbstring_globals)
1520 mbstring_globals->strict_detection = 0; in PHP_INI_END()
3164 from_encoding = mbfl_identify_encoding2(&string, list, size, MBSTRG(strict_detection)); in php_mb_convert_encoding()
3402 strict = (zend_bool)MBSTRG(strict_detection); in PHP_FUNCTION()
3748 identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection)); in PHP_FUNCTION()
4399 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
4419 …STRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection)); in PHP_FUNCTION()
4607 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
4689 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
/PHP-7.0/
H A Dphp.ini-development1677 ;mbstring.strict_detection = On
H A Dphp.ini-production1677 ;mbstring.strict_detection = On

Completed in 29 milliseconds