Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.h64 #define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE_UNGREEDY */ macro
H A Dpcreposix.c271 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
H A DChangeLog1402 16. Added REG_UNGREEDY to the pcreposix interface, at the request of a user.
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt9077 REG_UNGREEDY
9080 for compilation to the native function. Note that REG_UNGREEDY is not

Completed in 51 milliseconds