Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.h62 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
H A Dpcreposix.c365 if ((eflags & REG_STARTEND) != 0) in regexec()
H A DChangeLog2480 10. Applied Alan Lehotsky's patch to add REG_STARTEND support to the POSIX
/PHP-5.4/ext/ereg/regex/
H A Dregex.h71 #define REG_STARTEND 00004 macro
H A Dmain.c92 if (eopts&REG_STARTEND) {
254 if (options('e', f1)&REG_STARTEND) {
352 o |= REG_STARTEND;
H A Dregexec.c124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
H A DWHATSNEW41 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
92 extension, the REG_STARTEND option to regexec().
H A Dtests29 # # REG_STARTEND (see below)
32 # For REG_STARTEND, the start/end offsets are those of the substring
H A Dengine.c86 if (eflags&REG_STARTEND) {
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3387 -#ifndef REG_STARTEND
3388 -#define REG_STARTEND 0
3397 - 1, pmatch, REG_STARTEND);
3398 -#if REG_STARTEND == 0
3439 + /* Cut the search len from haystack, equals to REG_STARTEND */
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt9664 (but see REG_STARTEND below), subject to the options in eflags. These
9684 REG_STARTEND
9692 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location

Completed in 74 milliseconds