Home
last modified time | relevance | path

Searched refs:err_info (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI31 3 err_info (optional): error info returned by onig_new().
59 OnigErrorInfo* err_info)
151 7 err_info: address for return optional error info.
159 OnigErrorInfo* err_info)
197 5 err_info: address for return optional error info.
/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c458 OnigErrorInfo err_info; in php_mbregex_compile_pattern() local
469 …Char *)pattern, (OnigUChar *)(pattern + patlen), options, enc, syntax, &err_info)) != ONIG_NORMAL)… in php_mbregex_compile_pattern()
470 onig_error_code_to_str(err_str, err_code, &err_info); in php_mbregex_compile_pattern()
H A Dmbstring.c1022 OnigErrorInfo err_info; in _php_mb_compile_regex() local
1029 ONIG_ENCODING_ASCII, &OnigSyntaxPerl, &err_info))) { in _php_mb_compile_regex()
1031 onig_error_code_to_str(err_str, err_code, err_info); in _php_mb_compile_regex()

Completed in 33 milliseconds