Searched refs:offset_capture (Results 1 – 1 of 1) sorted by relevance
553 int offset_capture; /* Capture match offsets: yes/no */ in php_pcre_match_impl() local564 offset_capture = flags & PREG_OFFSET_CAPTURE; in php_pcre_match_impl()579 offset_capture = 0; in php_pcre_match_impl()664 if (offset_capture) { in php_pcre_match_impl()690 if (offset_capture) { in php_pcre_match_impl()708 if (offset_capture) { in php_pcre_match_impl()1473 int offset_capture; /* If offsets should be captured */ in php_pcre_split_impl() local1477 offset_capture = flags & PREG_SPLIT_OFFSET_CAPTURE; in php_pcre_split_impl()1527 if (offset_capture) { in php_pcre_split_impl()1550 if (offset_capture) { in php_pcre_split_impl()[all …]
Completed in 8 milliseconds