Searched refs:exoptions (Results 1 – 1 of 1) sorted by relevance
717 int exoptions = 0; /* Execution options */ in php_pcre_match_impl() local817 exoptions|g_notempty, offsets, size_offsets); in php_pcre_match_impl()820 exoptions |= PCRE_NO_UTF8_CHECK; in php_pcre_match_impl()1157 int exoptions = 0; /* Execution options */ in php_pcre_replace_impl() local1243 exoptions|g_notempty, offsets, size_offsets); in php_pcre_replace_impl()1246 exoptions |= PCRE_NO_UTF8_CHECK; in php_pcre_replace_impl()1781 int exoptions = 0; /* Execution options */ in php_pcre_split_impl() local1832 exoptions|g_notempty, offsets, size_offsets); in php_pcre_split_impl()1835 exoptions |= PCRE_NO_UTF8_CHECK; in php_pcre_split_impl()
Completed in 10 milliseconds