Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/
H A Dphp_pcre.h56 int compile_options; member
H A Dphp_pcre.c286 if (pce->compile_options & PCRE_UTF8) { in calculate_unit_length()
558 new_entry.compile_options = coptions; in pcre_get_compiled_regex_cache()
632 …_compiled_regex_ex(zend_string *regex, pcre_extra **extra, int *preg_options, int *compile_options) in pcre_get_compiled_regex_ex() argument
642 if (compile_options) { in pcre_get_compiled_regex_ex()
643 *compile_options = pce ? pce->compile_options : 0; in pcre_get_compiled_regex_ex()

Completed in 12 milliseconds