Home
last modified time | relevance | path

Searched refs:PCRE_NEVER_UTF (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h150 #define PCRE_NEVER_UTF 0x00010000 /* C1 ) Overlaid */ macro
H A Dpcre_internal.h1124 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE|PCRE_NEVER_UTF)
H A DNEWS105 . The PCRE_NEVER_UTF option is available to prevent pattern-writers from using
H A Dpcre_compile.c9073 if ((options & PCRE_NEVER_UTF) != 0) never_utf = TRUE; in pcre_compile2()
H A DChangeLog905 35. Implement PCRE_NEVER_UTF to lock out the use of UTF, in particular,
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt123 UTF. Alternatively, from release 8.33, you can set the PCRE_NEVER_UTF
2283 PCRE_NEVER_UTF
2290 PCRE_UTF8 and PCRE_NEVER_UTF also causes an error.
4800 PCRE_NEVER_UTF option is set at compile time, (*UTF) etc. are not
6037 ever, the application can set the PCRE_NEVER_UTF option, which locks

Completed in 79 milliseconds