Home
last modified time | relevance | path

Searched refs:REG_NEWLINE (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.h56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */ macro
H A Dpcreposix.c266 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
/PHP-5.3/ext/ereg/regex/
H A Dregex.h38 #define REG_NEWLINE 0010 macro
H A Dengine.c465 (m->g->cflags&REG_NEWLINE)) )
473 (m->g->cflags&REG_NEWLINE)) )
481 (m->g->cflags&REG_NEWLINE)) ||
492 (m->g->cflags&REG_NEWLINE)) ||
658 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
663 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
747 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
752 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c301 if (p->g->cflags&REG_NEWLINE)
463 if (p->g->cflags&REG_NEWLINE)
636 if (p->g->cflags&REG_NEWLINE)
H A Dmain.c336 o |= REG_NEWLINE;
H A Dtests26 # n REG_NEWLINE
61 # anchoring and REG_NEWLINE
/PHP-5.3/ext/mbstring/oniguruma/
H A Donigposix.h39 #define REG_NEWLINE (1<<1) macro
H A Dregposix.c146 if ((posix_options & REG_NEWLINE) != 0) { in regcomp()
H A DHISTORY1320 2003/06/25: [dist] don't use option REG_NEWLINE for sample/posix.c.
1637 REG_NEWLINE: /./ not match "\n", anchor match "\n"
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt9055 REG_NEWLINE
9059 the defined POSIX behaviour for REG_NEWLINE (see the following sec-
9094 PCRE_MULTILINE has only some of the effects specified for REG_NEWLINE.
9128 . matches newline yes REG_NEWLINE
9129 newline matches [^a] yes REG_NEWLINE
9130 $ matches \n at end no REG_NEWLINE
9131 $ matches \n in middle no REG_NEWLINE
9132 ^ matches \n in middle no REG_NEWLINE
9140 behave exactly as for the REG_NEWLINE action.
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch2988 - REG_EXTENDED|REG_NEWLINE|

Completed in 90 milliseconds