Home
last modified time | relevance | path

Searched refs:PCRE_DFA_RESTART (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h155 #define PCRE_DFA_RESTART 0x00020000 /* D ) Overlaid */ macro
H A Dpcre_internal.h1134 PCRE_DFA_RESTART|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt4135 TIAL_SOFT, PCRE_DFA_SHORTEST, and PCRE_DFA_RESTART. All but the last
4163 PCRE_DFA_RESTART
4167 the same match. The PCRE_DFA_RESTART option requests this action; when
4257 When pcre_dfa_exec() is called with the PCRE_DFA_RESTART option, some
8983 sion, this time setting the PCRE_DFA_RESTART option. You must pass the
8986 using the \R escape sequence to set the PCRE_DFA_RESTART option (\D
9013 PCRE_DFA_RESTART to continue partial matching over multiple segments.
9152 PCRE_DFA_RESTART is used. For example, consider this pattern:
9178 Of course, instead of using PCRE_DFA_RESTART, the same technique of re-
9182 PCRE_DFA_RESTART is used on the second buffer, you can then try a new

Completed in 43 milliseconds