Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c602 int offset_capture; /* Capture match offsets: yes/no */ in php_pcre_match_impl() local
613 offset_capture = flags & PREG_OFFSET_CAPTURE; in php_pcre_match_impl()
628 offset_capture = 0; in php_pcre_match_impl()
713 if (offset_capture) { in php_pcre_match_impl()
739 if (offset_capture) { in php_pcre_match_impl()
757 if (offset_capture) { in php_pcre_match_impl()
1536 int offset_capture; /* If offsets should be captured */ in php_pcre_split_impl() local
1540 offset_capture = flags & PREG_SPLIT_OFFSET_CAPTURE; in php_pcre_split_impl()
1590 if (offset_capture) { in php_pcre_split_impl()
1613 if (offset_capture) { in php_pcre_split_impl()
[all …]

Completed in 10 milliseconds