Lines Matching refs:err_str
460 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in php_mbregex_compile_pattern() local
472 onig_error_code_to_str(err_str, err_code, &err_info); in php_mbregex_compile_pattern()
473 php_error_docref(NULL, E_WARNING, "mbregex compile err: %s", err_str); in php_mbregex_compile_pattern()
1069 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in _php_mb_regex_ereg_replace_exec() local
1070 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_replace_exec()
1071 …_error_docref(NULL, E_WARNING, "mbregex search failure in php_mbereg_replace_exec(): %s", err_str); in _php_mb_regex_ereg_replace_exec()
1241 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in PHP_FUNCTION() local
1242 onig_error_code_to_str(err_str, err); in PHP_FUNCTION()
1243 php_error_docref(NULL, E_WARNING, "mbregex search failure in mbsplit(): %s", err_str); in PHP_FUNCTION()
1382 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in _php_mb_regex_ereg_search_exec() local
1383 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_search_exec()
1384 php_error_docref(NULL, E_WARNING, "mbregex search failure in mbregex_search(): %s", err_str); in _php_mb_regex_ereg_search_exec()