Home
last modified time | relevance | path

Searched refs:PCRE_NO_AUTO_CAPTURE (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c268 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
320 (REAL_PCRE_OPTIONS((const pcre *)preg->re_pcre) & PCRE_NO_AUTO_CAPTURE) != 0; in regexec()
H A Dpcre.h138 #define PCRE_NO_AUTO_CAPTURE 0x00001000 /* C1 */ macro
H A Dpcre_internal.h1167 PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
H A Dpcre_compile.c6517 else if ((options & PCRE_NO_AUTO_CAPTURE) != 0) in compile_branch()
H A DChangeLog4034 40. Added a new compile-time option PCRE_NO_AUTO_CAPTURE. This has the effect
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2250 PCRE_NO_AUTO_CAPTURE
4459 and PCRE_NO_AUTO_CAPTURE options for pcre_exec() have no Perl equiva-
9064 The PCRE_NO_AUTO_CAPTURE option is set when the regular expression is
9412 PCRE_NO_AUTO_CAPTURE disables capturing parens N/A (*)

Completed in 130 milliseconds