Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.h60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
H A Dpcreposix.c279 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-5.5/ext/ereg/regex/
H A Dregex.h37 #define REG_NOSUB 0004 macro
H A Dmain.c103 if (!(copts&REG_NOSUB)) {
277 } else if (opts&REG_NOSUB) {
333 o |= REG_NOSUB;
H A Dtests25 # s REG_NOSUB (not really testable)
H A Dengine.c84 if (g->cflags&REG_NOSUB)
/PHP-5.5/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 DHISTORY1655 2003/03/10: [spec] support POSIX API option REG_NOSUB.
/PHP-5.5/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.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput14110 Matched with REG_NOSUB
114 Matched with REG_NOSUB
/PHP-5.5/ext/ereg/
H A Dereg.c314 copts |= REG_NOSUB; in php_ereg()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2966 - rc = regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
/PHP-5.5/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 61 milliseconds