strict_detection  273 ext/mbstring/mb_gpc.c 		identd = mbfl_encoding_detector_new2(info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection));
strict_detection 1494 ext/mbstring/mbstring.c 		strict_detection, zend_mbstring_globals, mbstring_globals)
strict_detection 1526 ext/mbstring/mbstring.c 	mbstring_globals->strict_detection = 0;
strict_detection 3017 ext/mbstring/mbstring.c 			from_encoding = mbfl_identify_encoding2(&string, list, size, MBSTRG(strict_detection));
strict_detection 3253 ext/mbstring/mbstring.c 		strict = (zend_bool)MBSTRG(strict_detection);
strict_detection 3569 ext/mbstring/mbstring.c 		identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection));
strict_detection 4210 ext/mbstring/mbstring.c 			const mbfl_encoding *encoding = mbfl_identify_encoding2(&orig_str, MBSTRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection));
strict_detection 4230 ext/mbstring/mbstring.c 			const mbfl_encoding *encoding = mbfl_identify_encoding2(&orig_str, MBSTRG(current_detect_order_list), MBSTRG(current_detect_order_list_size), MBSTRG(strict_detection));
strict_detection 4421 ext/mbstring/mbstring.c 		if (MBSTRG(strict_detection)) {
strict_detection 4503 ext/mbstring/mbstring.c 		if (MBSTRG(strict_detection)) {
strict_detection  182 ext/mbstring/mbstring.h 	long strict_detection;