err_str          1019 ext/mbstring/mbstring.c 		OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str          1020 ext/mbstring/mbstring.c 		onig_error_code_to_str(err_str, err_code, err_info);
err_str          1021 ext/mbstring/mbstring.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", pattern, err_str);
err_str          1048 ext/mbstring/mbstring.c 	const char *err_str;
err_str          1052 ext/mbstring/mbstring.c 			PCRE_CASELESS, &err_str, &err_offset, NULL))) {
err_str          1053 ext/mbstring/mbstring.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str);
err_str           454 ext/mbstring/php_mbregex.c 	OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str           459 ext/mbstring/php_mbregex.c 			onig_error_code_to_str(err_str, err_code, err_info);
err_str           460 ext/mbstring/php_mbregex.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex compile err: %s", err_str);
err_str           898 ext/mbstring/php_mbregex.c 			OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str           899 ext/mbstring/php_mbregex.c 			onig_error_code_to_str(err_str, err);
err_str           900 ext/mbstring/php_mbregex.c 			php_error_docref(NULL TSRMLS_CC, 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 TSRMLS_CC, E_WARNING, "mbregex search failure in mbsplit(): %s", err_str);
err_str          1234 ext/mbstring/php_mbregex.c 		OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN];
err_str          1235 ext/mbstring/php_mbregex.c 		onig_error_code_to_str(err_str, err);
err_str          1236 ext/mbstring/php_mbregex.c 		php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in mbregex_search(): %s", err_str);