Home
last modified time | relevance | path

Searched refs:PCRE_EXTENDED (Results 1 – 7 of 7) sorted by last modified time

/PHP-7.0/ext/pcre/
H A Dphp_pcre.c442 case 'x': coptions |= PCRE_EXTENDED; break; in pcre_get_compiled_regex_cache()
/PHP-7.0/ext/pcre/tests/
H A Dpcre_extended.phpt2 x (PCRE_EXTENDED) modififer
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_internal.h1115 (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
H A Dpcre.h130 #define PCRE_EXTENDED 0x00000008 /* C1 */ macro
H A Dpcre_compile.c4677 if ((options & PCRE_EXTENDED) != 0) in compile_branch()
5649 if ((options & PCRE_EXTENDED) != 0) in compile_branch()
7576 case CHAR_x: *optset |= PCRE_EXTENDED; break; in compile_branch()
H A DChangeLog1871 PCRE_EXTENDED is set, when PCRE_NEWLINE_ANY and PCRE_UTF8 were also set.
5159 true in PCRE, except when the PCRE_EXTENDED option is set, in which case they
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2180 PCRE_EXTENDED
2195 PCRE_EXTENDED also causes characters between an unescaped # outside a
2197 PCRE_EXTENDED is equivalent to Perl's /x option, and it can be changed
2329 when compiling is when PCRE_EXTENDED is set. CR and LF are white space
2935 pattern after compilation by the 8-bit library (assume PCRE_EXTENDED is
2972 the PCRE_EXTENDED option, the result is PCRE_CASELESS, PCRE_MULTILINE,
2973 and PCRE_EXTENDED.
4655 the PCRE_EXTENDED option is set.
5989 x for PCRE_EXTENDED
6983 PCRE_EXTENDED option is set so that white space is ignored):
[all …]

Completed in 94 milliseconds