Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c333 if ((eflags & REG_NOTBOL) != 0) options |= PCRE_NOTBOL; in regexec()
H A Dpcre.h134 #define PCRE_NOTBOL 0x00000080 /* E D J */ macro
H A Dpcre_internal.h1127 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
1132 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
1142 (PCRE_NO_UTF8_CHECK|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|\
H A Dpcre_exec.c6567 md->notbol = (options & PCRE_NOTBOL) != 0; in pcre_exec()
H A Dpcre_jit_compile.c10441 arguments.notbol = (options & PCRE_NOTBOL) != 0; in PRIV()
10534 arguments.notbol = (options & PCRE_NOTBOL) != 0; in pcre_jit_exec()
H A DChangeLog5779 5. Added PCRE_NOTBOL and PCRE_NOTEOL (from POSIX).
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3237 PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART,
3243 PCRE_NO_UTF8_CHECK, PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY,
3300 PCRE_NOTBOL
3475 string and setting PCRE_NOTBOL in the case of a pattern that begins
4132 LINE_xxx, PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY,
4693 (f) The PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART,
5599 tions are not affected by the PCRE_NOTBOL or PCRE_NOTEOL options, which
9055 to pass the PCRE_NOTBOL option when the subject string for any call
9693 The PCRE_NOTBOL option is set when calling the underlying PCRE matching

Completed in 127 milliseconds