Home
last modified time | relevance | path

Searched refs:PCRE_JAVASCRIPT_COMPAT (Results 1 – 8 of 8) sorted by last modified time

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c386 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
431 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
H A Dpcre_internal.h1123 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF)
H A Dpcre_jit_compile.c9833 common->jscript_compat = (re->options & PCRE_JAVASCRIPT_COMPAT) != 0; in PRIV()
H A Dpcre_compile.c1047 if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) in check_escape()
1088 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) *errorcodeptr = ERR37; in check_escape()
1301 if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) in check_escape()
4790 if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
4861 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
H A Dpcre_exec.c6561 md->jscript_compat = (re->options & PCRE_JAVASCRIPT_COMPAT) != 0; in pcre_exec()
H A Dpcre.h166 #define PCRE_JAVASCRIPT_COMPAT 0x02000000 /* C5 */ macro
H A DChangeLog2495 13. Added the PCRE_JAVASCRIPT_COMPAT option. This makes the following changes
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2221 PCRE_JAVASCRIPT_COMPAT
5084 If the PCRE_JAVASCRIPT_COMPAT option is set, the interpretation of \x
5128 PCRE_JAVASCRIPT_COMPAT option is set, \U matches a "U" character, and
5728 cial by default. However, if the PCRE_JAVASCRIPT_COMPAT option is set,
6549 the PCRE_JAVASCRIPT_COMPAT option is set at compile time, a back refer-

Completed in 174 milliseconds