Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI25 3 err_info (optional): error info returned by onig_new().
53 OnigErrorInfo* err_info)
132 7 err_info: address for return optional error info.
140 OnigErrorInfo* err_info)
175 5 err_info: address for return optional error info.
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c453 OnigErrorInfo err_info; in php_mbregex_compile_pattern() local
458 …Char *)pattern, (OnigUChar *)(pattern + patlen), options, enc, syntax, &err_info)) != ONIG_NORMAL)… in php_mbregex_compile_pattern()
459 onig_error_code_to_str(err_str, err_code, err_info); in php_mbregex_compile_pattern()
H A Dmbstring.c983 OnigErrorInfo err_info; in _php_mb_compile_regex() local
990 ONIG_ENCODING_ASCII, &OnigSyntaxPerl, &err_info))) { in _php_mb_compile_regex()
992 onig_error_code_to_str(err_str, err_code, err_info); in _php_mb_compile_regex()

Completed in 29 milliseconds