Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.h70 #define REG_EXTENDED 0 macro
H A DChangeLog5575 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
/PHP-7.2/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.2/ext/mbstring/oniguruma/src/
H A Donigposix.h42 #define REG_EXTENDED (1<<4) /* if not set, Basic Onigular Expression */ macro
H A Dregposix.c140 if ((posix_options & REG_EXTENDED) == 0) in regcomp()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch613 - int rc = file_regcomp(&rx, m->value.s, REG_EXTENDED);
2189 - rc = file_regcomp(&rx, pat, REG_EXTENDED);
3266 - rc = file_regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
3421 - REG_EXTENDED|REG_NEWLINE|
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY1853 (REG_EXTENDED option: Extended RE)
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9594 mapped to PCRE native options. In addition, the option REG_EXTENDED is

Completed in 59 milliseconds