Searched refs:onig_error_code_to_str (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | reggnu.c | 87 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo); in re_compile_pattern()
|
H A D | regerror.c | 280 extern int onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str() function
|
H A D | oniguruma.h | 780 int onig_error_code_to_str PV_((OnigUChar* s, int err_code, ...));
|
/PHP-7.3/ext/mbstring/ |
H A D | php_mbregex.c | 470 onig_error_code_to_str(err_str, err_code, &err_info); in php_mbregex_compile_pattern() 1126 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_replace_exec() 1331 onig_error_code_to_str(err_str, err); in PHP_FUNCTION() 1468 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_search_exec()
|
H A D | mbstring.c | 1031 onig_error_code_to_str(err_str, err_code, err_info); in _php_mb_compile_regex()
|
/PHP-7.3/ext/mbstring/oniguruma/doc/ |
H A D | API | 19 # int onig_error_code_to_str(UChar* err_buf, int err_code, ...) 152 Use this value as 3rd argument of onig_error_code_to_str(). 198 Use this value as 3rd argument of onig_error_code_to_str().
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 99 2018/04/10: fix #87: Read unknown address in onig_error_code_to_str() 598 onig_error_code_to_str(). 1466 invalid definition at onig_error_code_to_str()
|
Completed in 45 milliseconds