Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c608 int offset_capture; /* Capture match offsets: yes/no */ in php_pcre_match_impl() local
621 offset_capture = flags & PREG_OFFSET_CAPTURE; in php_pcre_match_impl()
636 offset_capture = 0; in php_pcre_match_impl()
725 if (offset_capture) { in php_pcre_match_impl()
759 if (offset_capture) { in php_pcre_match_impl()
781 if (offset_capture) { in php_pcre_match_impl()
1583 int offset_capture; /* If offsets should be captured */ in php_pcre_split_impl() local
1587 offset_capture = flags & PREG_SPLIT_OFFSET_CAPTURE; in php_pcre_split_impl()
1640 if (offset_capture) { in php_pcre_split_impl()
1663 if (offset_capture) { in php_pcre_split_impl()
[all …]

Completed in 9 milliseconds