Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c252 static const verbitem verbs[] = { variable
264 static const int verbcount = sizeof(verbs)/sizeof(verbitem);
6586 if (namelen == verbs[i].len && in compile_branch()
6594 if (verbs[i].op == OP_ACCEPT) in compile_branch()
6619 if (verbs[i].op < 0) /* Argument is mandatory */ in compile_branch()
6624 setverb = *code++ = verbs[i].op; in compile_branch()
6629 if (verbs[i].op_arg < 0) /* Argument is forbidden */ in compile_branch()
6634 setverb = *code++ = verbs[i].op_arg; in compile_branch()
6667 vn += verbs[i].len + 1; in compile_branch()
H A DNEWS91 . The behaviour of the backtracking verbs has been rationalized and
94 . JIT now supports callouts and all of the backtracking verbs.
155 (*COMMIT) verbs.
346 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 DChangeLog114 control verbs. This issue was found by Karl Skomski with a custom LLVM
882 31. The way PCRE handles backtracking verbs has been changed in two ways.
889 (2) Previously, backtracking verbs were confined within assertions. This is
897 32. Backtracking control verbs are now handled in the same way in JIT and
1758 to be part of the NAME in (*MARK:NAME) and other backtracking verbs. PCRE
2137 of the verbs SKIP, PRUNE, or COMMIT, did not work correctly. When the
2957 After changing table of "verbs" 36
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1526 8. Except for (*FAIL), the backtracking control verbs such as (*PRUNE)
3223 tracking control verbs such as (*MARK:NAME), and the execution ends up
3229 field is set to NULL. For details of the backtracking control verbs,
4617 10. If any of the backtracking control verbs are used in a subpattern
4632 12. Most backtracking verbs in assertions have their normal actions.
6366 trol verbs (*PRUNE) and (*SKIP) also disable this optimization.
7280 The new verbs make use of what was previously invalid syntax: an open-
7302 Optimizations that affect backtracking verbs
7604 Backtracking verbs in repeated groups
7614 Backtracking verbs in assertions
[all …]
/PHP-7.0/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 148 milliseconds