Searched refs:lookbehind (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testoutput2 | 454 Max lookbehind = 6 662 Max lookbehind = 3 671 Max lookbehind = 3 689 Max lookbehind = 4 707 Max lookbehind = 4 749 Max lookbehind = 7 766 Max lookbehind = 3 773 Max lookbehind = 4 787 Max lookbehind = 4 816 Max lookbehind = 4 [all …]
|
H A D | testoutput5 | 74 Failed: \C not allowed in lookbehind assertion at offset 6 1826 Max lookbehind = 2
|
H A D | testoutput7 | 1200 Failed: \C not allowed in lookbehind assertion at offset 10
|
H A D | testoutput9 | 1324 Failed: \C not allowed in lookbehind assertion at offset 10
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | ChangeLog | 671 (?<=(a)+) was not diagnosed as invalid (non-fixed-length lookbehind). 1158 10. \K gave a compile-time error if it appeared in a lookbehind assersion. 1390 starts with a lookbehind assertion or \b or \B (\K is not supported by 1913 and both kinds of lookbehind were skipped). 2173 (a) A item such as \p{Yi}{3} in a lookbehind was not treated as fixed 2733 in lookbehind assertions such as (?<=[^f]), leading to an incorrect 2734 compile error "lookbehind assertion is not fixed length". 3896 PCRE_DOTALL. However, PCRE does not permit \C to appear in lookbehind 3898 calculate the length of the lookbehind. At least, that's the case for Perl 4646 $(?<= positive lookbehind [all …]
|
H A D | pcre_compile.c | 7097 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, int skipbytes, in compile_regex() argument 7171 if (lookbehind) in compile_regex() 7261 if (lookbehind) in compile_regex()
|
H A D | HACKING | 420 A separate count is present in each alternative of a lookbehind
|
H A D | NEWS | 52 . PCRE_INFO_MAXLOOKBEHIND can be used to find the longest lookbehind in a
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1722 are lookbehind assertions). However, this algorithm does not return 2342 25 lookbehind assertion is not fixed length 2353 36 \C not allowed in lookbehind assertion 2711 \B require a one-character lookbehind. This information is useful when 3313 with any kind of lookbehind. For example, consider the pattern 4439 (a) Although lookbehind assertions in PCRE must match fixed length 4440 strings, each alternative branch of a lookbehind assertion can match a 5218 is similar to a lookbehind assertion (described below). However, in 5397 late the length of the lookbehind. 6270 "bar". A lookbehind assertion is needed to achieve the other effect. [all …]
|
Completed in 90 milliseconds