Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcreposix.h57 #define REG_NOTBOL 0x0004 /* Maps to PCRE_NOTBOL */ macro
H A Dpcreposix.c331 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
/PHP-7.0/ext/mbstring/oniguruma/
H A Donigposix.h40 #define REG_NOTBOL (1<<2) macro
H A Dregposix.c175 if ((posix_options & REG_NOTBOL) != 0) options |= ONIG_OPTION_NOTBOL; in regexec()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt9691 REG_NOTBOL
9716 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location

Completed in 30 milliseconds