Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c506 PCRE2_SIZE err_offset; in _php_mb_compile_regex() local
510 PCRE2_CASELESS, &errnum, &err_offset, php_pcre_cctx()))) { in _php_mb_compile_regex()
513 php_error_docref(NULL, E_WARNING, "%s (offset=%zu): %s", pattern, err_offset, err_str); in _php_mb_compile_regex()
/php-src/ext/pgsql/
H A Dpgsql.c4452 PCRE2_SIZE err_offset; in php_pgsql_convert_match() local
4471 …re = pcre2_compile((PCRE2_SPTR)regex, regex_len, options, &errnumber, &err_offset, php_pcre_cctx()… in php_pgsql_convert_match()

Completed in 39 milliseconds