Home
last modified time | relevance | path

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

/PHP-5.4/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.h1126 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
1131 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
1141 (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.c10398 arguments.notbol = (options & PCRE_NOTBOL) != 0; in PRIV()
10491 arguments.notbol = (options & PCRE_NOTBOL) != 0; in pcre_jit_exec()
H A DChangeLog5603 5. Added PCRE_NOTBOL and PCRE_NOTEOL (from POSIX).
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt3226 PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART,
3232 PCRE_NO_UTF8_CHECK, PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY,
3289 PCRE_NOTBOL
3464 string and setting PCRE_NOTBOL in the case of a pattern that begins
4121 LINE_xxx, PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY,
4682 (f) The PCRE_NOTBOL, PCRE_NOTEOL, PCRE_NOTEMPTY, PCRE_NOTEMPTY_ATSTART,
5575 tions are not affected by the PCRE_NOTBOL or PCRE_NOTEOL options, which
9031 to pass the PCRE_NOTBOL option when the subject string for any call
9669 The PCRE_NOTBOL option is set when calling the underlying PCRE matching

Completed in 88 milliseconds