Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c2569 PCRE2_SIZE last_match_offset; /* Location of last match */ in php_pcre_split_impl() local
2591 last_match_offset = 0; in php_pcre_split_impl()
2642 if (!no_empty || offsets[0] != last_match_offset) { in php_pcre_split_impl()
2646 return_value_ht, subject, last_match_offset, offsets[0], in php_pcre_split_impl()
2650 populate_match_value_str(&tmp, subject, last_match_offset, offsets[0]); in php_pcre_split_impl()
2676 start_offset = last_match_offset = offsets[1]; in php_pcre_split_impl()
2738 …start_offset = last_match_offset; /* the offset might have been incremented, but without further s… in php_pcre_split_impl()

Completed in 18 milliseconds