Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2454 Max lookbehind = 6
638 Max lookbehind = 1
664 Max lookbehind = 3
673 Max lookbehind = 3
690 Max lookbehind = 4
708 Max lookbehind = 4
751 Max lookbehind = 7
768 Max lookbehind = 3
776 Max lookbehind = 4
791 Max lookbehind = 4
[all …]
H A Dtestoutput595 Failed: \C not allowed in lookbehind assertion at offset 6
1847 Max lookbehind = 2
H A Dtestoutput71239 Failed: \C not allowed in lookbehind assertion at offset 10
H A Dtestoutput91242 Failed: \C not allowed in lookbehind assertion at offset 10
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog34 6. A lookbehind assertion within a set of mutually recursive subpatterns could
323 lookbehind assertion. This bug was discovered by the LLVM fuzzer.
836 17. The \A escape now records a lookbehind value of 1, though its execution
1607 (?<=(a)+) was not diagnosed as invalid (non-fixed-length lookbehind).
2850 and both kinds of lookbehind were skipped).
3110 (a) A item such as \p{Yi}{3} in a lookbehind was not treated as fixed
3670 in lookbehind assertions such as (?<=[^f]), leading to an incorrect
3671 compile error "lookbehind assertion is not fixed length".
4833 PCRE_DOTALL. However, PCRE does not permit \C to appear in lookbehind
5583 $(?<= positive lookbehind
[all …]
H A Dpcre_compile.c8244 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, in compile_regex() argument
8331 if (lookbehind) in compile_regex()
8421 if (lookbehind) in compile_regex()
H A DHACKING482 each alternative of a lookbehind assertion, allowing them to have different
H A DNEWS157 . PCRE_INFO_MAXLOOKBEHIND can be used to find the longest lookbehind in a
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1767 are lookbehind assertions). However, this algorithm does not return
2441 25 lookbehind assertion is not fixed length
2452 36 \C not allowed in lookbehind assertion
2876 lookbehind assertion in the pattern. This information is useful when
2879 behind. \A also registers a one-character lookbehind, though it does
3476 with any kind of lookbehind. For example, consider the pattern
4674 (a) Although lookbehind assertions in PCRE must match fixed length
4675 strings, each alternative branch of a lookbehind assertion can match a
5727 late the length of the lookbehind.
6663 "bar". A lookbehind assertion is needed to achieve the other effect.
[all …]

Completed in 117 milliseconds