err_str          1009 ext/mbstring/mbstring.c 		OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str          1010 ext/mbstring/mbstring.c 		onig_error_code_to_str(err_str, err_code, err_info);
err_str          1011 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "%s: %s", pattern, err_str);
err_str          1038 ext/mbstring/mbstring.c 	const char *err_str;
err_str          1042 ext/mbstring/mbstring.c 			PCRE_CASELESS, &err_str, &err_offset, NULL))) {
err_str          1043 ext/mbstring/mbstring.c 		php_error_docref(NULL, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str);
err_str           452 ext/mbstring/php_mbregex.c 	OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str           457 ext/mbstring/php_mbregex.c 			onig_error_code_to_str(err_str, err_code, err_info);
err_str           458 ext/mbstring/php_mbregex.c 			php_error_docref(NULL, E_WARNING, "mbregex compile err: %s", err_str);
err_str           896 ext/mbstring/php_mbregex.c 			OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str           897 ext/mbstring/php_mbregex.c 			onig_error_code_to_str(err_str, err);
err_str           898 ext/mbstring/php_mbregex.c 			php_error_docref(NULL, E_WARNING, "mbregex search failure in php_mbereg_replace_exec(): %s", err_str);
err_str          1111 ext/mbstring/php_mbregex.c 		OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str          1112 ext/mbstring/php_mbregex.c 		onig_error_code_to_str(err_str, err);
err_str          1113 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "mbregex search failure in mbsplit(): %s", err_str);
err_str          1233 ext/mbstring/php_mbregex.c 		OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str          1234 ext/mbstring/php_mbregex.c 		onig_error_code_to_str(err_str, err);
err_str          1235 ext/mbstring/php_mbregex.c 		php_error_docref(NULL, E_WARNING, "mbregex search failure in mbregex_search(): %s", err_str);