Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1030 bool offset_capture = (flags & PREG_OFFSET_CAPTURE) != 0; in populate_subpat_array() local
1035 if (offset_capture) { in populate_subpat_array()
1066 if (offset_capture) { in populate_subpat_array()
1181 offset_capture = flags & PREG_OFFSET_CAPTURE; in php_pcre_match_impl()
1197 offset_capture = 0; in php_pcre_match_impl()
1303 if (offset_capture) { in php_pcre_match_impl()
1332 if (offset_capture) { in php_pcre_match_impl()
2519 offset_capture = flags & PREG_SPLIT_OFFSET_CAPTURE; in php_pcre_split_impl()
2580 if (offset_capture) { in php_pcre_split_impl()
2601 if (offset_capture) { in php_pcre_split_impl()
[all …]

Completed in 17 milliseconds