Home
last modified time | relevance | path

Searched refs:PCRE_NOTBOL (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c322 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
H A Dpcre.h131 #define PCRE_NOTBOL 0x00000080 /* E D J */ macro
H A Dpcre_internal.h1172 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
1177 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
1187 (PCRE_NO_UTF8_CHECK|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|\
H A Dpcre_exec.c6440 md->notbol = (options & PCRE_NOTBOL) != 0; in pcre_exec()
H A DChangeLog4842 5. Added PCRE_NOTBOL and PCRE_NOTEOL (from POSIX).
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt3080 PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART,
3086 PCRE_NO_UTF8_CHECK, PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY,
3143 PCRE_NOTBOL
3312 string and setting PCRE_NOTBOL in the case of a pattern that begins
3966 LINE_xxx, PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY,
4458 (f) The PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART,
5269 tions are not affected by the PCRE_NOTBOL or PCRE_NOTEOL options, which
8538 to pass the PCRE_NOTBOL option when the subject string for any call
9152 The PCRE_NOTBOL option is set when calling the underlying PCRE matching

Completed in 68 milliseconds