Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.h61 #define REG_UTF8 0x0040 /* NOT defined by POSIX; maps to PCRE_UTF8 */ macro
H A Dpcreposix.c280 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp()
H A DChangeLog3945 12. Added REG_UTF8 to the POSIX interface. This is not defined by POSIX, but is
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9616 ASCII values. Note that REG_UTF8 is not part of the POSIX standard.
9624 REG_UTF8
9629 Note that REG_UTF8 is not part of the POSIX standard.

Completed in 76 milliseconds