Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre.h156 #define PCRE_JAVASCRIPT_COMPAT 0x02000000 /* C5 */ macro
H A Dpcre_compile.c827 if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) in check_escape()
868 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) *errorcodeptr = ERR37; in check_escape()
1041 if ((options & PCRE_JAVASCRIPT_COMPAT) != 0) in check_escape()
1536 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_parens_sub()
4035 if ((cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
4084 (cd->external_options & PCRE_JAVASCRIPT_COMPAT) != 0) in compile_branch()
H A Dpcre_study.c380 if ((options & PCRE_JAVASCRIPT_COMPAT) == 0) in find_minlength()
H A Dpcre_internal.h1169 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE)
H A Dpcre_exec.c6434 md->jscript_compat = (re->options & PCRE_JAVASCRIPT_COMPAT) != 0; in pcre_exec()
H A DChangeLog1734 13. Added the PCRE_JAVASCRIPT_COMPAT option. This makes the following changes
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2156 PCRE_JAVASCRIPT_COMPAT
4778 If the PCRE_JAVASCRIPT_COMPAT option is set, the interpretation of \x
4846 PCRE_JAVASCRIPT_COMPAT option is set, \U matches a "U" character, and
5422 cial by default. However, if the PCRE_JAVASCRIPT_COMPAT option is set,
6181 the PCRE_JAVASCRIPT_COMPAT option is set at compile time, a back refer-

Completed in 95 milliseconds