Searched refs:onig_error_code_to_str (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/mbstring/oniguruma/src/ |
H A D | reggnu.c | 90 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo); in re_compile_pattern()
|
H A D | regerror.c | 255 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str() function 257 onig_error_code_to_str(s, code, va_alist) in onig_error_code_to_str()
|
H A D | oniguruma.h | 731 int onig_error_code_to_str PV_((OnigUChar* s, int err_code, ...));
|
/PHP-7.2/ext/mbstring/ |
H A D | php_mbregex.c | 460 onig_error_code_to_str(err_str, err_code, &err_info); in php_mbregex_compile_pattern() 931 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_replace_exec() 1159 onig_error_code_to_str(err_str, err); in PHP_FUNCTION() 1286 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_search_exec()
|
H A D | mbstring.c | 1011 onig_error_code_to_str(err_str, err_code, err_info); in _php_mb_compile_regex()
|
/PHP-7.2/ext/mbstring/oniguruma/doc/ |
H A D | API | 19 # int onig_error_code_to_str(UChar* err_buf, int err_code, ...) 139 Use this value as 3rd argument of onig_error_code_to_str(). 182 Use this value as 3rd argument of onig_error_code_to_str().
|
/PHP-7.2/ext/mbstring/oniguruma/ |
H A D | HISTORY | 403 onig_error_code_to_str(). 1271 invalid definition at onig_error_code_to_str()
|
Completed in 81 milliseconds