Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c253 int coptions = 0; in pcre_get_compiled_regex_cache() local
375 case 'i': coptions |= PCRE_CASELESS; break; in pcre_get_compiled_regex_cache()
377 case 's': coptions |= PCRE_DOTALL; break; in pcre_get_compiled_regex_cache()
378 case 'x': coptions |= PCRE_EXTENDED; break; in pcre_get_compiled_regex_cache()
381 case 'A': coptions |= PCRE_ANCHORED; break; in pcre_get_compiled_regex_cache()
384 case 'U': coptions |= PCRE_UNGREEDY; break; in pcre_get_compiled_regex_cache()
385 case 'X': coptions |= PCRE_EXTRA; break; in pcre_get_compiled_regex_cache()
386 case 'u': coptions |= PCRE_UTF8; in pcre_get_compiled_regex_cache()
391 coptions |= PCRE_UCP; in pcre_get_compiled_regex_cache()
420 coptions, in pcre_get_compiled_regex_cache()
[all …]
H A Dphp_pcre.h38 …get_compiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *coptions TSRMLS_DC);

Completed in 11 milliseconds