testoutput13 525 B

12345678910111213141516171819202122
  1. /-- This test is run only when JIT support is not available. It checks that an
  2. attempt to use it has the expected behaviour. It also tests things that
  3. are different without JIT. --/
  4. /abc/S+I
  5. Capturing subpattern count = 0
  6. No options
  7. First char = 'a'
  8. Need char = 'c'
  9. Subject length lower bound = 3
  10. No starting char list
  11. JIT support is not available in this version of PCRE
  12. /a*/SI
  13. Capturing subpattern count = 0
  14. May match empty string
  15. No options
  16. No first char
  17. No need char
  18. Study returned NULL
  19. /-- End of testinput13 --/