Home
last modified time | relevance | path

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

/PHP-5.5/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 DChangeLog2467 14. Added the non-standard REG_NOTEMPTY option to the POSIX interface.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9696 REG_NOTEMPTY
9699 ing function. Note that REG_NOTEMPTY is not part of the POSIX standard.

Completed in 60 milliseconds