Home
last modified time | relevance | path

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

/PHP-7.4/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.c1007 OnigErrorInfo err_info; in _php_mb_compile_regex() local
1014 ONIG_ENCODING_ASCII, &OnigSyntaxPerl, &err_info))) { in _php_mb_compile_regex()
1016 onig_error_code_to_str(err_str, err_code, err_info); in _php_mb_compile_regex()

Completed in 64 milliseconds