Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.h56 #define REG_NEWLINE 0x0002 /* Maps to PCRE_MULTILINE */ macro
H A Dpcreposix.c278 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Donigposix.h39 #define REG_NEWLINE (1<<1) macro
H A Dregposix.c146 if ((posix_options & REG_NEWLINE) != 0) { in regcomp()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1637 2003/06/25: [dist] don't use option REG_NEWLINE for sample/posix.c.
1954 REG_NEWLINE: /./ not match "\n", anchor match "\n"
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9643 REG_NEWLINE
9647 the defined POSIX behaviour for REG_NEWLINE (see the following sec-
9682 PCRE_MULTILINE has only some of the effects specified for REG_NEWLINE.
9716 . matches newline yes REG_NEWLINE
9717 newline matches [^a] yes REG_NEWLINE
9718 $ matches \n at end no REG_NEWLINE
9719 $ matches \n in middle no REG_NEWLINE
9720 ^ matches \n in middle no REG_NEWLINE
9728 behave exactly as for the REG_NEWLINE action.
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3421 - REG_EXTENDED|REG_NEWLINE|

Completed in 47 milliseconds