Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c1022 zend_long offset_capture = flags & PREG_OFFSET_CAPTURE; in populate_subpat_array() local
1028 if (offset_capture) { in populate_subpat_array()
1059 if (offset_capture) { in populate_subpat_array()
1171 offset_capture = flags & PREG_OFFSET_CAPTURE; in php_pcre_match_impl()
1187 offset_capture = 0; in php_pcre_match_impl()
1291 if (offset_capture) { in php_pcre_match_impl()
1322 if (offset_capture) { in php_pcre_match_impl()
2580 offset_capture = flags & PREG_SPLIT_OFFSET_CAPTURE; in php_pcre_split_impl()
2643 if (offset_capture) { in php_pcre_split_impl()
2664 if (offset_capture) { in php_pcre_split_impl()
[all …]

Completed in 11 milliseconds