Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c267 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp()
H A Dpcre.h126 #define PCRE_DOTALL 0x00000004 /* C1 */ macro
H A Dpcre_internal.h1166 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
H A DHACKING131 The /i, /m, or /s options (PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL) may
H A DChangeLog657 time (the PCRE_DOTALL option was changed this way some time ago: version
855 the PCRE_UTF8 and PCRE_DOTALL options being set.
1042 newline. (It is the same as "." when PCRE_DOTALL is not set.)
2780 15. In UTF-8 mode, with the PCRE_DOTALL option set, a quantified dot in the
2784 16. If PCRE_DOTALL or PCRE_MULTILINE were set, pcre_dfa_exec() behaved as if
3355 passes PCRE_DOTALL to the pcre_compile() function, making the "." character
3896 PCRE_DOTALL. However, PCRE does not permit \C to appear in lookbehind
4556 not pass a newline unless PCRE_DOTALL is set. It now assumes anchoring only if
4866 (a) . no longer matches \n by default; an option PCRE_DOTALL is provided
H A Dpcre_compile.c4015 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
6445 case CHAR_s: *optset |= PCRE_DOTALL; break; in compile_branch()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2095 PCRE_DOTALL
2643 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not
2809 .* if PCRE_DOTALL is set and there are no back
2853 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not
2876 (b) every branch of the pattern starts with ".*" and PCRE_DOTALL is not
3127 expected. For example, if the pattern is .+A (and the PCRE_DOTALL
4608 acter when PCRE_DOTALL is not set, and the behaviour of \N. However, it
4882 acter. This is the same as the "." metacharacter when PCRE_DOTALL is
5608 s for PCRE_DOTALL
9118 . matches newline no PCRE_DOTALL
[all …]
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c352 case 's': coptions |= PCRE_DOTALL; break; in pcre_get_compiled_regex_cache()

Completed in 70 milliseconds