Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/
H A Dphp_pcre.h51 int compile_options; member
H A Dphp_pcre.c444 new_entry.compile_options = coptions; in pcre_get_compiled_regex_cache()
492 …mpiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *compile_options TSRMLS_DC) in pcre_get_compiled_regex_ex()
502 if (compile_options) { in pcre_get_compiled_regex_ex()
503 *compile_options = pce ? pce->compile_options : 0; in pcre_get_compiled_regex_ex()
1592 if (pce->compile_options & PCRE_UTF8) { in php_pcre_split_impl()

Completed in 12 milliseconds