Home
last modified time | relevance | path

Searched refs:REG_NOTEOL (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.h58 #define REG_NOTEOL 0x0008 /* Maps to PCRE_NOTEOL */ macro
H A Dpcreposix.c335 if ((eflags & REG_NOTEOL) != 0) options |= PCRE_NOTEOL; in regexec()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Donigposix.h41 #define REG_NOTEOL (1<<3) macro
H A Dregposix.c176 if ((posix_options & REG_NOTEOL) != 0) options |= ONIG_OPTION_NOTEOL; in regexec()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9750 REG_NOTEOL

Completed in 35 milliseconds