Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2508 PCRE2_SIZE last_match_offset; /* Location of last match */ in php_pcre_split_impl() local
2529 last_match_offset = 0; in php_pcre_split_impl()
2579 if (!no_empty || offsets[0] != last_match_offset) { in php_pcre_split_impl()
2583 return_value, subject, last_match_offset, offsets[0], in php_pcre_split_impl()
2587 populate_match_value_str(&tmp, subject, last_match_offset, offsets[0]); in php_pcre_split_impl()
2613 start_offset = last_match_offset = offsets[1]; in php_pcre_split_impl()
2675 …start_offset = last_match_offset; /* the offset might have been incremented, but without further s… in php_pcre_split_impl()

Completed in 18 milliseconds