Home
last modified time | relevance | path

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

/php-src/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 Dmb_convert_encoding_failed_detection.phpt6 mbstring.strict_detection=1
H A Dgh10627.phpt6 mbstring.strict_detection=1
H A Dini_mbstring_invalid.phpt14 mbstring.strict_detection=BOOL_STRICT_DETECTION
H A Dmb_convert_variables.phpt166 ini_set('mbstring.strict_detection', '1');
/php-src/ext/mbstring/
H A Dmbstring.h98 bool strict_detection; variable
H A Dmb_gpc.c238 …t, len_list, num, info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection), false); in _php_mb_encoding_handler_ex()
H A Dmbstring.c953 strict_detection, zend_mbstring_globals, mbstring_globals)
1010 mbstring_globals->strict_detection = 0; in PHP_GINIT_FUNCTION()
2711 …(unsigned char*)input, length, from_encodings, num_from_encodings, MBSTRG(strict_detection), true); in php_mb_convert_encoding()
3444 strict = MBSTRG(strict_detection); in PHP_FUNCTION()
3857 …ncoding_for_strings(val_list, len_list, num, elist, elistsz, MBSTRG(strict_detection), order_signi… in PHP_FUNCTION()
4578 …rrent_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection), false); in PHP_FUNCTION()
4588 …rrent_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection), false); in PHP_FUNCTION()
4760 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
4827 if (MBSTRG(strict_detection)) { in PHP_FUNCTION()
/php-src/
H A Dphp.ini-development1612 ;mbstring.strict_detection = Off
H A Dphp.ini-production1614 ;mbstring.strict_detection = Off

Completed in 49 milliseconds