Home
last modified time | relevance | path

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

/PHP-7.0/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-7.0/ext/opcache/
H A Dzend_accelerator_blacklist.c28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)
30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB)
/PHP-7.0/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 DHISTORY1765 (REG_EXTENDED option: Extended RE)
/PHP-7.0/ext/mbstring/oniguruma/win32/
H A Dtestc.c43 r = regcomp(&reg, pattern, REG_EXTENDED | REG_NEWLINE); in xx()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch625 - int rc = file_regcomp(&rx, m->value.s, REG_EXTENDED);
2247 - rc = file_regcomp(&rx, pat, REG_EXTENDED);
3329 - rc = file_regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
3562 - REG_EXTENDED|REG_NEWLINE|
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt9547 mapped to PCRE native options. In addition, the option REG_EXTENDED is

Completed in 77 milliseconds