Home
last modified time | relevance | path

Searched refs:err_str (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c454 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in php_mbregex_compile_pattern() local
459 onig_error_code_to_str(err_str, err_code, err_info); in php_mbregex_compile_pattern()
460 php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex compile err: %s", err_str); in php_mbregex_compile_pattern()
898 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in _php_mb_regex_ereg_replace_exec() local
899 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_replace_exec()
1110 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in PHP_FUNCTION() local
1111 onig_error_code_to_str(err_str, err); in PHP_FUNCTION()
1112 php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in mbsplit(): %s", err_str); in PHP_FUNCTION()
1233 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in _php_mb_regex_ereg_search_exec() local
1234 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_search_exec()
[all …]
H A Dmbstring.c991 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in _php_mb_compile_regex() local
992 onig_error_code_to_str(err_str, err_code, err_info); in _php_mb_compile_regex()
993 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", pattern, err_str); in _php_mb_compile_regex()
1020 const char *err_str; in _php_mb_compile_regex() local
1024 PCRE_CASELESS, &err_str, &err_offset, NULL))) { in _php_mb_compile_regex()
1025 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str); in _php_mb_compile_regex()

Completed in 60 milliseconds