Searched refs:err_info (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 983 OnigErrorInfo err_info; local 990 ONIG_ENCODING_ASCII, &OnigSyntaxPerl, &err_info))) { 992 onig_error_code_to_str(err_str, err_code, err_info);
|
| H A D | php_mbregex.c | 453 OnigErrorInfo err_info; local 458 if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, enc, syntax, &err_info)) != ONIG_NORMAL) { 459 onig_error_code_to_str(err_str, err_code, err_info);
|
Completed in 11 milliseconds