Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcreposix.h55 #define REG_ICASE 0x0001 /* Maps to PCRE_CASELESS */ macro
H A Dpcreposix.c274 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
/PHP-7.0/ext/mbstring/oniguruma/
H A Donigposix.h38 #define REG_ICASE (1<<0) macro
H A Dregposix.c144 if ((posix_options & REG_ICASE) != 0) in regcomp()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3563 - ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0));
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt9591 REG_ICASE

Completed in 38 milliseconds