Home
last modified time | relevance | path

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

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

Completed in 48 milliseconds