strict_detection  271 ext/mbstring/mb_gpc.c 		identd = mbfl_encoding_detector_new2(info->from_encodings, info->num_from_encodings, MBSTRG(strict_detection));
strict_detection 1483 ext/mbstring/mbstring.c 		strict_detection, zend_mbstring_globals, mbstring_globals)
strict_detection 1519 ext/mbstring/mbstring.c 	mbstring_globals->strict_detection = 0;
strict_detection 3156 ext/mbstring/mbstring.c 			from_encoding = mbfl_identify_encoding2(&string, list, size, MBSTRG(strict_detection));
strict_detection 3394 ext/mbstring/mbstring.c 		strict = (zend_bool)MBSTRG(strict_detection);
strict_detection 3739 ext/mbstring/mbstring.c 		identd = mbfl_encoding_detector_new2(elist, elistsz, MBSTRG(strict_detection));
strict_detection 4347 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 4367 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 4555 ext/mbstring/mbstring.c 		if (MBSTRG(strict_detection)) {
strict_detection 4637 ext/mbstring/mbstring.c 		if (MBSTRG(strict_detection)) {
strict_detection  185 ext/mbstring/mbstring.h 	long strict_detection;