Home
last modified time | relevance | path

Searched refs:verbs (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c241 static const verbitem verbs[] = { variable
253 static const int verbcount = sizeof(verbs)/sizeof(verbitem);
5633 if (namelen == verbs[i].len && in compile_branch()
5641 if (verbs[i].op == OP_ACCEPT) in compile_branch()
5666 if (verbs[i].op < 0) /* Argument is mandatory */ in compile_branch()
5671 setverb = *code++ = verbs[i].op; in compile_branch()
5676 if (verbs[i].op_arg < 0) /* Argument is forbidden */ in compile_branch()
5681 setverb = *code++ = verbs[i].op_arg; in compile_branch()
5706 vn += verbs[i].len + 1; in compile_branch()
H A DHACKING191 OP_COMMIT ) verbs". If OP_ACCEPT is inside capturing
197 Backtracking control verbs with (optional) data
H A DNEWS50 (*COMMIT) verbs.
241 verbs" such as (*PRUNE).
H A DChangeLog822 to be part of the NAME in (*MARK:NAME) and other backtracking verbs. PCRE
1201 of the verbs SKIP, PRUNE, or COMMIT, did not work correctly. When the
2020 After changing table of "verbs" 36
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1483 8. Except for (*FAIL), the backtracking control verbs such as (*PRUNE)
3066 tracking control verbs such as (*MARK:NAME), and the execution ends up
3072 field is set to NULL. For details of the backtracking control verbs,
4401 10. If any of the backtracking control verbs are used in an assertion
5974 trol verbs (*PRUNE) and (*SKIP) also disable this optimization.
6879 Since these verbs are specifically related to backtracking, most of
6886 If any of these verbs are used in an assertion or in a subpattern that
6896 The new verbs make use of what was previously invalid syntax: an open-
6904 colon were not there. Any number of these verbs may occur in a pattern.
6906 Optimizations that affect backtracking verbs
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput14746 with the handling of backtracking verbs. ---/
H A Dtestoutput17910 with the handling of backtracking verbs. ---/

Completed in 93 milliseconds