Home
last modified time | relevance | path

Searched refs:REG_EXTENDED (Results 1 – 12 of 12) sorted by relevance

/PHP-5.4/ext/ereg/regex/
H A Dmain.c15 int copts = REG_EXTENDED;
164 options('c', f[1]) &~ REG_EXTENDED);
221 char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE";
327 o &= ~REG_EXTENDED;
339 o &= ~REG_EXTENDED;
H A Dregex.h35 #define REG_EXTENDED 0001 macro
H A Dregcomp.c105 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
165 if (cflags&REG_EXTENDED)
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.h70 #define REG_EXTENDED 0 macro
H A DChangeLog5213 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
/PHP-5.4/ext/mbstring/oniguruma/
H A Donigposix.h42 #define REG_EXTENDED (1<<4) /* if not setted, Basic Onigular Expression */ macro
H A Dregposix.c140 if ((posix_options & REG_EXTENDED) == 0) in regcomp()
H A DHISTORY1536 (REG_EXTENDED option: Extended RE)
/PHP-5.4/ext/ereg/
H A Dereg.c319 err = regcomp(&re, Z_STRVAL_PP(regex), REG_EXTENDED | copts); in php_ereg()
422 copts |= REG_EXTENDED; in php_ereg_replace()
649 err = regcomp(&re, spliton, REG_EXTENDED | copts); in php_split()
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch2175 - rc = regcomp(&rx, pat, REG_EXTENDED);
2963 - rc = regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
3377 - REG_EXTENDED|REG_NEWLINE|
/PHP-5.4/ext/pgsql/
H A Dpgsql.c5320 int regopt = REG_EXTENDED;
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt9523 mapped to PCRE native options. In addition, the option REG_EXTENDED is

Completed in 95 milliseconds