Home
last modified time | relevance | path

Searched refs:REG_NOSUB (Results 1 – 10 of 10) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcreposix.h60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
H A Dpcreposix.c277 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
H A DChangeLog3941 11. The POSIX flag REG_NOSUB is now supported. When a pattern that was compiled
5389 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.h43 #define REG_NOSUB (1<<5) macro
H A Dregposix.c178 if (nmatch == 0 || (reg->comp_options & REG_NOSUB) != 0) { in regexec()
H A DHISTORY1679 2003/03/10: [spec] support POSIX API option REG_NOSUB.
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput14110 Matched with REG_NOSUB
114 Matched with REG_NOSUB
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch3329 - rc = file_regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt9603 REG_NOSUB
9719 If the pattern was compiled with the REG_NOSUB flag, no data about any

Completed in 126 milliseconds