Home | History | Annotate | Download | only in dist

Lines Matching full:diagnosed

311 33. The illegal pattern /(?(?<E>.*!.*)?)/ was not being diagnosed as missing an
1607 (?<=(a)+) was not diagnosed as invalid (non-fixed-length lookbehind).
2787 5. The construct (?&) was not diagnosed as a syntax error (it referenced the
2847 15. The pattern (?=something)(?R) was not being diagnosed as a potentially
3196 terminating or by crashing. Diagnosed by Viktor Griph; it was in the code
4433 now diagnosed as an error. Previously, most of the time, a negative number
5628 1. A pattern such as /((a)*)*/ was not being diagnosed as in error (unlimited
5674 diagnosed, but PCRE attempted to access brastack[-1], which could cause crashes