Home
last modified time | relevance | path

Searched refs:PCRE_JAVASCRIPT_COMPAT (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre.h166 #define PCRE_JAVASCRIPT_COMPAT 0x02000000 /* C5 */ macro
H A Dpcre_study.c388 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
434 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
H A Dpcre_compile.c1055 if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) in check_escape()
1096 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) *errorcodeptr = ERR37; in check_escape()
1309 if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) in check_escape()
4804 if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
4876 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
H A Dpcre_internal.h1120 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF)
H A Dpcre_exec.c6559 md->jscript_compat = (re->options & PCRE_JAVASCRIPT_COMPAT) != 0; in pcre_exec()
H A Dpcre_jit_compile.c9875 common->jscript_compat = (re->options & PCRE_JAVASCRIPT_COMPAT) != 0; in PRIV()
H A DChangeLog2671 13. Added the PCRE_JAVASCRIPT_COMPAT option. This makes the following changes
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2232 PCRE_JAVASCRIPT_COMPAT
5108 If the PCRE_JAVASCRIPT_COMPAT option is set, the interpretation of \x
5152 PCRE_JAVASCRIPT_COMPAT option is set, \U matches a "U" character, and
5752 cial by default. However, if the PCRE_JAVASCRIPT_COMPAT option is set,
6573 the PCRE_JAVASCRIPT_COMPAT option is set at compile time, a back refer-

Completed in 114 milliseconds