Home
last modified time | relevance | path

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

/PHP-5.6/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.6/ext/pcre/pcrelib/
H A Dpcreposix.h70 #define REG_EXTENDED 0 macro
H A DChangeLog5389 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
/PHP-5.6/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 Dtestc.c43 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
H A Dtestu.c71 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
H A DHISTORY1760 (REG_EXTENDED option: Extended RE)
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_blacklist.c38 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
40 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB)
/PHP-5.6/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.6/ext/mbstring/oniguruma/win32/
H A Dtestc.c43 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2112 - rc = regcomp(&rx, pat, REG_EXTENDED);
3061 - rc = regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
3337 - REG_EXTENDED|REG_NEWLINE|
/PHP-5.6/ext/pgsql/
H A Dpgsql.c5703 int regopt = REG_EXTENDED;
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt9547 mapped to PCRE native options. In addition, the option REG_EXTENDED is

Completed in 111 milliseconds