Searched refs:offset_capture (Results 1 – 1 of 1) sorted by relevance
1044 offset_capture = flags & PREG_OFFSET_CAPTURE; in php_pcre_match_impl()1060 offset_capture = 0; in php_pcre_match_impl()1163 if (offset_capture) { in php_pcre_match_impl()1210 if (offset_capture) { in php_pcre_match_impl()1242 if (offset_capture) { in php_pcre_match_impl()1273 if (offset_capture) { in php_pcre_match_impl()1306 if (offset_capture) { in php_pcre_match_impl()2510 offset_capture = flags & PREG_SPLIT_OFFSET_CAPTURE; in php_pcre_split_impl()2574 if (offset_capture) { in php_pcre_split_impl()2597 if (offset_capture) { in php_pcre_split_impl()[all …]
Completed in 11 milliseconds