Home
last modified time | relevance | path

Searched refs:REG_NOTEMPTY (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.h63 #define REG_NOTEMPTY 0x0100 /* NOT defined by POSIX; maps to PCRE_NOTEMPTY */ macro
H A Dpcreposix.c335 if ((eflags & REG_NOTEMPTY) != 0) options |= PCRE_NOTEMPTY; in regexec()
H A DChangeLog2291 14. Added the non-standard REG_NOTEMPTY option to the POSIX interface.
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt9672 REG_NOTEMPTY
9675 ing function. Note that REG_NOTEMPTY is not part of the POSIX standard.

Completed in 61 milliseconds