| 75 |
(and probably a segfault) for patterns such as ^"((?(?=[a])[^"])|b)*"$ |
(and probably a segfault) for patterns such as ^"((?(?=[a])[^"])|b)*"$ |
| 76 |
with the subject "ab", where knowledge that the repeated group can match |
with the subject "ab", where knowledge that the repeated group can match |
| 77 |
nothing is needed in order to break the loop. |
nothing is needed in order to break the loop. |
| 78 |
|
|
| 79 |
|
20. If a pattern that was compiled with callouts was matched using pcre_dfa_ |
| 80 |
|
exec(), but without supplying a callout function, matching went wrong. |
| 81 |
|
|
| 82 |
|
|
| 83 |
Version 7.8 05-Sep-08 |
Version 7.8 05-Sep-08 |