Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c1155 PCRE2_SIZE start_offset2, orig_start_offset; in php_pcre_match_impl() local
1249 orig_start_offset = start_offset2; in php_pcre_match_impl()
1251 (pce->compile_options & PCRE2_UTF) && !is_known_valid_utf8(subject_str, orig_start_offset) in php_pcre_match_impl()
1453 && !ZSTR_IS_INTERNED(subject_str) && orig_start_offset == 0) { in php_pcre_match_impl()

Completed in 13 milliseconds