Searched refs:compile_options (Results 1 – 4 of 4) sorted by relevance
53 uint32_t compile_options; member517 if (pce->compile_options & PCRE2_UTF) { in calculate_unit_length()816 new_entry.compile_options = coptions; in pcre_get_compiled_regex_cache_ex()899 …_ex(zend_string *regex, uint32_t *capture_count, uint32_t *preg_options, uint32_t *compile_options) in pcre_get_compiled_regex_ex() argument906 if (compile_options) { in pcre_get_compiled_regex_ex()907 *compile_options = pce ? pce->compile_options : 0; in pcre_get_compiled_regex_ex()1122 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_match_impl()1610 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_impl()1868 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_func_impl()2544 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_split_impl()[all …]
128 *((uint32_t *)where) = re->compile_options; in pcre2_pattern_info()
624 uint32_t compile_options; /* Options passed to pcre2_compile() */ member
9616 re->compile_options = options; in pcre2_compile()
Completed in 62 milliseconds