Home
last modified time | relevance | path

Searched refs:extra_options (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1623 (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 Dpcre2_pattern_info.c149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h574 uint32_t extra_options; member
627 uint32_t extra_options; /* Taken from compile_context */ member
H A Dpcre2_substitute.c133 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 Dpcre2_context.c383 ccontext->extra_options = options; in pcre2_set_compile_extra_options()
/PHP-7.4/
H A Drun-tests.php1958 $extra_options = '';
1969 $extra_options = '-rr';
2090 …$ext_dir = `$php $pass_options $extra_options $ext_params -d display_errors=0 -r "echo ini_get('ex…
2092 …$loaded = explode(",", `$php $pass_options $extra_options $ext_params -d display_errors=0 -r "echo…
2142 …$output = system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_…
2481 …system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache…

Completed in 46 milliseconds