Searched refs:REG_EXTENDED (Results 1 – 12 of 12) sorted by relevance
/PHP-5.3/ext/ereg/regex/ |
H A D | main.c | 15 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 D | regex.h | 35 #define REG_EXTENDED 0001 macro
|
H A D | regcomp.c | 105 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) 157 if (cflags®_EXTENDED)
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcreposix.h | 70 #define REG_EXTENDED 0 macro
|
H A D | ChangeLog | 4452 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | onigposix.h | 42 #define REG_EXTENDED (1<<4) /* if not setted, Basic Onigular Expression */ macro
|
H A D | regposix.c | 140 if ((posix_options & REG_EXTENDED) == 0) in regcomp()
|
H A D | HISTORY | 1536 (REG_EXTENDED option: Extended RE)
|
/PHP-5.3/ext/ereg/ |
H A D | ereg.c | 319 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.3/ext/fileinfo/ |
H A D | libmagic.patch | 1910 - rc = regcomp(&rx, pat, REG_EXTENDED); 2826 - rc = regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB); 2988 - REG_EXTENDED|REG_NEWLINE|
|
/PHP-5.3/ext/pgsql/ |
H A D | pgsql.c | 5074 int regopt = REG_EXTENDED;
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9006 mapped to PCRE native options. In addition, the option REG_EXTENDED is
|
Completed in 115 milliseconds