Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c4804 if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
4876 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
7616 cd->external_options = newoptions; in compile_branch()
9311 cd->external_options = options; in pcre_compile2()
9324 (void)compile_regex(cd->external_options, &code, &ptr, &errorcode, FALSE, in pcre_compile2()
9362 re->options = cd->external_options; in pcre_compile2()
H A Dpcre_internal.h2450 pcre_uint32 external_options; /* External (initial) options */ member

Completed in 54 milliseconds