Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/tests/
H A Dpcre_extended.phpt2 x (PCRE_EXTENDED) modififer
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre.h130 #define PCRE_EXTENDED 0x00000008 /* C1 */ macro
H A Dpcre_internal.h1118 (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
H A Dpcre_compile.c4664 if ((options & PCRE_EXTENDED) != 0) in compile_branch()
5609 if ((options & PCRE_EXTENDED) != 0) in compile_branch()
7455 case CHAR_x: *optset |= PCRE_EXTENDED; break; in compile_branch()
H A DChangeLog1695 PCRE_EXTENDED is set, when PCRE_NEWLINE_ANY and PCRE_UTF8 were also set.
4983 true in PCRE, except when the PCRE_EXTENDED option is set, in which case they
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c358 case 'x': coptions |= PCRE_EXTENDED; break; in pcre_get_compiled_regex_cache()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2169 PCRE_EXTENDED
2184 PCRE_EXTENDED also causes characters between an unescaped # outside a
2186 PCRE_EXTENDED is equivalent to Perl's /x option, and it can be changed
2318 when compiling is when PCRE_EXTENDED is set. CR and LF are white space
2924 pattern after compilation by the 8-bit library (assume PCRE_EXTENDED is
2961 the PCRE_EXTENDED option, the result is PCRE_CASELESS, PCRE_MULTILINE,
2962 and PCRE_EXTENDED.
4644 the PCRE_EXTENDED option is set.
5965 x for PCRE_EXTENDED
6959 PCRE_EXTENDED option is set so that white space is ignored):
[all …]

Completed in 147 milliseconds