Searched refs:err_str (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 991 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; local 992 onig_error_code_to_str(err_str, err_code, err_info); 993 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s: %s", pattern, err_str); 1020 const char *err_str; local 1024 PCRE_CASELESS, &err_str, &err_offset, NULL))) { 1025 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (offset=%d): %s", pattern, err_offset, err_str);
|
| H A D | php_mbregex.c | 454 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; local 459 onig_error_code_to_str(err_str, err_code, err_info); 460 php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex compile err: %s", err_str); 898 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; local 899 onig_error_code_to_str(err_str, err); 900 php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in php_mbereg_replace_exec(): %s", err_str); 1111 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; local 1112 onig_error_code_to_str(err_str, err); 1113 php_error_docref(NULL TSRMLS_CC, E_WARNING, "mbregex search failure in mbsplit(): %s", err_str); 1234 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LE local [all...] |
Completed in 10 milliseconds