Searched refs:extra_options (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 1623 (extra_options & PCRE2_EXTRA_ALT_BSUX) != 0) in PRIV() 2506 uint32_t extra_options = cb->cx->extra_options; in parse_regex() local 2530 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex() 2535 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex() 2712 cb->cx->extra_options, FALSE, cb); in parse_regex() 2905 cb->cx->extra_options, FALSE, cb); in parse_regex() 3482 cb->cx->extra_options, TRUE, cb); in parse_regex() 4674 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex() 4679 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex() 10010 if ((ccontext->extra_options & in pcre2_compile() [all …]
|
H A D | pcre2_pattern_info.c | 149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
|
H A D | pcre2_substitute.c | 133 code->overall_options, code->extra_options, FALSE, NULL); in find_text_end() 832 code->overall_options, code->extra_options, FALSE, NULL); in pcre2_substitute()
|
H A D | pcre2_intmodedep.h | 574 uint32_t extra_options; member 627 uint32_t extra_options; /* Taken from compile_context */ member
|
H A D | pcre2_context.c | 383 ccontext->extra_options = options; in pcre2_set_compile_extra_options()
|
/PHP-8.0/ |
H A D | run-tests.php | 2025 $extra_options = ''; 2036 $extra_options = '-rr'; 2156 …$ext_dir = `$php $pass_options $extra_options $ext_params $no_file_cache -d display_errors=0 -r "e… 2158 …$loaded = explode(",", `$php $pass_options $extra_options $ext_params $no_file_cache -d display_er… 2222 …$output = system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_… 2550 …system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache…
|
Completed in 67 milliseconds