Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt9 $options = $db->query('PRAGMA compile_options')->fetchAll(PDO::FETCH_COLUMN);
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c51 uint32_t compile_options; member
590 if (pce->compile_options & PCRE2_UTF) { in calculate_unit_length()
860 new_entry.compile_options = coptions; in pcre_get_compiled_regex_cache_ex()
937 if (compile_options) { in pcre_get_compiled_regex_ex()
938 *compile_options = pce ? pce->compile_options : 0; in pcre_get_compiled_regex_ex()
1296 (pce->compile_options & PCRE2_UTF) && !is_known_valid_utf8(subject_str, orig_start_offset) in php_pcre_match_impl()
1487 if ((pce->compile_options & PCRE2_UTF) in php_pcre_match_impl()
1659 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_impl()
1915 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_func_impl()
2588 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_split_impl()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c128 *((uint32_t *)where) = re->compile_options; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h625 uint32_t compile_options; /* Options passed to pcre2_compile() */ member
H A Dpcre2_compile.c10178 re->compile_options = options; in pcre2_compile()

Completed in 51 milliseconds