Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.h56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */ macro
H A Dpcreposix.c275 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
/PHP-7.1/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 Dtestc.c43 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
H A Dtestu.c71 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
H A DHISTORY1549 2003/06/25: [dist] don't use option REG_NEWLINE for sample/posix.c.
1866 REG_NEWLINE: /./ not match "\n", anchor match "\n"
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A Dtestc.c43 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9596 REG_NEWLINE
9600 the defined POSIX behaviour for REG_NEWLINE (see the following sec-
9635 PCRE_MULTILINE has only some of the effects specified for REG_NEWLINE.
9669 . matches newline yes REG_NEWLINE
9670 newline matches [^a] yes REG_NEWLINE
9671 $ matches \n at end no REG_NEWLINE
9672 $ matches \n in middle no REG_NEWLINE
9673 ^ matches \n in middle no REG_NEWLINE
9681 behave exactly as for the REG_NEWLINE action.
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch3562 - REG_EXTENDED|REG_NEWLINE|

Completed in 50 milliseconds