Searched refs:err_offset (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 510 PCRE2_SIZE err_offset; in _php_mb_compile_regex() local 514 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex() 517 php_error_docref(NULL, E_WARNING, "%s (offset=%zu): %s", pattern, err_offset, err_str); in _php_mb_compile_regex()
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql.c | 4443 PCRE2_SIZE err_offset; in php_pgsql_convert_match() local 4462 …re = pcre2_compile((PCRE2_SPTR)regex, regex_len, options, &errnumber, &err_offset, php_pcre_cctx()… in php_pgsql_convert_match()
|
Completed in 35 milliseconds