Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c258 int coptions = 0; in pcre_get_compiled_regex_cache() local
380 case 'i': coptions |= PCRE_CASELESS; break; in pcre_get_compiled_regex_cache()
382 case 's': coptions |= PCRE_DOTALL; break; in pcre_get_compiled_regex_cache()
383 case 'x': coptions |= PCRE_EXTENDED; break; in pcre_get_compiled_regex_cache()
386 case 'A': coptions |= PCRE_ANCHORED; break; in pcre_get_compiled_regex_cache()
389 case 'U': coptions |= PCRE_UNGREEDY; break; in pcre_get_compiled_regex_cache()
390 case 'X': coptions |= PCRE_EXTRA; break; in pcre_get_compiled_regex_cache()
391 case 'u': coptions |= PCRE_UTF8; in pcre_get_compiled_regex_cache()
396 coptions |= PCRE_UCP; in pcre_get_compiled_regex_cache()
426 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 12 milliseconds