Home
last modified time | relevance | path

Searched refs:PCRE_NO_AUTO_POSSESS (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h154 #define PCRE_NO_AUTO_POSSESS 0x00020000 /* C1 ) Overlaid */ macro
H A Dpcre_internal.h1121 PCRE_NO_AUTO_CAPTURE|PCRE_NO_AUTO_POSSESS| \
H A Dpcre_compile.c9108 { skipatstart += 18; options |= PCRE_NO_AUTO_POSSESS; continue; } in pcre_compile2()
9506 if (errorcode == 0 && (options & PCRE_NO_AUTO_POSSESS) == 0) in pcre_compile2()
H A DChangeLog649 PCRE_NO_AUTO_POSSESS is added for testing purposes, and the -O and /O
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1479 either use an ungreedy repeat ("a\d+?") or set the PCRE_NO_AUTO_POSSESS
2346 PCRE_NO_AUTO_POSSESS
4215 PCRE_NO_AUTO_POSSESS option when compiling.
4369 passing PCRE_NO_AUTO_POSSESS to pcre_compile(), or starting the pattern
4814 setting the PCRE_NO_AUTO_POSSESS option at compile time. This stops
7943 (*NO_AUTO_POSSESS) no auto-possessification (PCRE_NO_AUTO_POSSESS)

Completed in 89 milliseconds