Home
last modified time | relevance | path

Searched refs:REG_DOTALL (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.h59 #define REG_DOTALL 0x0010 /* NOT defined by POSIX; maps to PCRE_DOTALL */ macro
H A Dpcreposix.c279 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp()
H A DChangeLog4477 17. Added a new option, REG_DOTALL, to the POSIX function regcomp(). This
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9632 REG_DOTALL
9635 compilation to the native function. Note that REG_DOTALL is not part of

Completed in 52 milliseconds