Searched refs:err_info (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/mbstring/oniguruma/doc/ |
H A D | API | 31 3 err_info (optional): error info returned by onig_new(). 59 OnigErrorInfo* err_info) 138 7 err_info: address for return optional error info. 146 OnigErrorInfo* err_info) 181 5 err_info: address for return optional error info.
|
/PHP-7.2/ext/mbstring/ |
H A D | php_mbregex.c | 448 OnigErrorInfo err_info; in php_mbregex_compile_pattern() local 459 …Char *)pattern, (OnigUChar *)(pattern + patlen), options, enc, syntax, &err_info)) != ONIG_NORMAL)… in php_mbregex_compile_pattern() 460 onig_error_code_to_str(err_str, err_code, &err_info); in php_mbregex_compile_pattern()
|
H A D | mbstring.c | 1002 OnigErrorInfo err_info; in _php_mb_compile_regex() local 1009 ONIG_ENCODING_ASCII, &OnigSyntaxPerl, &err_info))) { in _php_mb_compile_regex() 1011 onig_error_code_to_str(err_str, err_code, err_info); in _php_mb_compile_regex()
|
Completed in 19 milliseconds