Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c591 int exoptions = 0; /* Execution options */ in php_pcre_match_impl() local
683 exoptions|g_notempty, offsets, size_offsets); in php_pcre_match_impl()
686 exoptions |= PCRE_NO_UTF8_CHECK; in php_pcre_match_impl()
1037 int exoptions = 0; /* Execution options */ in php_pcre_replace_impl() local
1121 exoptions|g_notempty, offsets, size_offsets); in php_pcre_replace_impl()
1124 exoptions |= PCRE_NO_UTF8_CHECK; in php_pcre_replace_impl()
1527 int exoptions = 0; /* Execution options */ in php_pcre_split_impl() local
1575 exoptions|g_notempty, offsets, size_offsets); in php_pcre_split_impl()
1578 exoptions |= PCRE_NO_UTF8_CHECK; in php_pcre_split_impl()
1639 exoptions, offsets, size_offsets); in php_pcre_split_impl()

Completed in 16 milliseconds