Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.h55 #define REG_ICASE 0x0001 /* Maps to PCRE_CASELESS */ macro
H A Dpcreposix.c276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
/PHP-5.4/ext/ereg/regex/
H A Dregex.h36 #define REG_ICASE 0002 macro
H A Dmain.c330 o |= REG_ICASE;
H A DWHATSNEW24 serious bug that affected REs using many [] (including REG_ICASE REs
H A Dregcomp.c623 if (p->g->cflags&REG_ICASE) {
880 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
H A Dtests23 # i REG_ICASE
/PHP-5.4/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-5.4/ext/ereg/
H A Dereg.c310 copts |= REG_ICASE; in php_ereg()
419 copts = REG_ICASE; in php_ereg_replace()
643 copts = REG_ICASE; in php_split()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch3378 - ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0));
/PHP-5.4/ext/pgsql/
H A Dpgsql.c5334 regopt |= REG_ICASE;
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt9567 REG_ICASE

Completed in 72 milliseconds