Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c254 static const verbitem verbs[] = { variable
266 static const int verbcount = sizeof(verbs)/sizeof(verbitem);
6655 if (namelen == verbs[i].len && in compile_branch()
6663 if (verbs[i].op == OP_ACCEPT) in compile_branch()
6701 if (verbs[i].op < 0) /* Argument is mandatory */ in compile_branch()
6706 setverb = *code++ = verbs[i].op; in compile_branch()
6711 if (verbs[i].op_arg < 0) /* Argument is forbidden */ in compile_branch()
6716 setverb = *code++ = verbs[i].op_arg; in compile_branch()
6749 vn += verbs[i].len + 1; in compile_branch()
H A DNEWS112 . The behaviour of the backtracking verbs has been rationalized and
115 . JIT now supports callouts and all of the backtracking verbs.
176 (*COMMIT) verbs.
367 verbs" such as (*PRUNE).
H A DHACKING200 OP_COMMIT ) verbs". If OP_ACCEPT is inside capturing
210 Backtracking control verbs with optional data
H A DChangeLog300 control verbs. This issue was found by Karl Skomski with a custom LLVM
1068 31. The way PCRE handles backtracking verbs has been changed in two ways.
1075 (2) Previously, backtracking verbs were confined within assertions. This is
1083 32. Backtracking control verbs are now handled in the same way in JIT and
1944 to be part of the NAME in (*MARK:NAME) and other backtracking verbs. PCRE
2323 of the verbs SKIP, PRUNE, or COMMIT, did not work correctly. When the
3143 After changing table of "verbs" 36
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1526 8. Except for (*FAIL), the backtracking control verbs such as (*PRUNE)
3222 tracking control verbs such as (*MARK:NAME), and the execution ends up
3228 field is set to NULL. For details of the backtracking control verbs,
4616 10. If any of the backtracking control verbs are used in a subpattern
4631 12. Most backtracking verbs in assertions have their normal actions.
6362 trol verbs (*PRUNE) and (*SKIP) also disable this optimization.
7284 The new verbs make use of what was previously invalid syntax: an open-
7306 Optimizations that affect backtracking verbs
7608 Backtracking verbs in repeated groups
7618 Backtracking verbs in assertions
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput14734 with the handling of backtracking verbs. ---/
H A Dtestinput23782 backtracking verbs. --/
H A Dtestoutput17899 with the handling of backtracking verbs. ---/
H A Dtestoutput212632 backtracking verbs. --/

Completed in 137 milliseconds