109 |
Failed: missing ) after comment at offset 7 |
Failed: missing ) after comment at offset 7 |
110 |
|
|
111 |
/(?z)abc/ |
/(?z)abc/ |
112 |
Failed: unrecognized character after (? at offset 2 |
Failed: unrecognized character after (? or (?- at offset 2 |
113 |
|
|
114 |
/.*b/I |
/.*b/I |
115 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
310 |
No match |
No match |
311 |
|
|
312 |
/ab(?z)cd/ |
/ab(?z)cd/ |
313 |
Failed: unrecognized character after (? at offset 4 |
Failed: unrecognized character after (? or (?- at offset 4 |
314 |
|
|
315 |
/^abc|def/I |
/^abc|def/I |
316 |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |
946 |
Failed: unrecognized character after (?< at offset 3 |
Failed: unrecognized character after (?< at offset 3 |
947 |
|
|
948 |
/a(?{)b/ |
/a(?{)b/ |
949 |
Failed: unrecognized character after (? at offset 3 |
Failed: unrecognized character after (? or (?- at offset 3 |
950 |
|
|
951 |
/a(?{{})b/ |
/a(?{{})b/ |
952 |
Failed: unrecognized character after (? at offset 3 |
Failed: unrecognized character after (? or (?- at offset 3 |
953 |
|
|
954 |
/a(?{}})b/ |
/a(?{}})b/ |
955 |
Failed: unrecognized character after (? at offset 3 |
Failed: unrecognized character after (? or (?- at offset 3 |
956 |
|
|
957 |
/a(?{"{"})b/ |
/a(?{"{"})b/ |
958 |
Failed: unrecognized character after (? at offset 3 |
Failed: unrecognized character after (? or (?- at offset 3 |
959 |
|
|
960 |
/a(?{"{"}})b/ |
/a(?{"{"}})b/ |
961 |
Failed: unrecognized character after (? at offset 3 |
Failed: unrecognized character after (? or (?- at offset 3 |
962 |
|
|
963 |
/(?(1?)a|b)/ |
/(?(1?)a|b)/ |
964 |
Failed: malformed number or name after (?( at offset 4 |
Failed: malformed number or name after (?( at offset 4 |
9311 |
/(?<a>)(?&aaaaaaaaaaaaaaaaaaaaaaa)/ |
/(?<a>)(?&aaaaaaaaaaaaaaaaaaaaaaa)/ |
9312 |
Failed: reference to non-existent subpattern at offset 32 |
Failed: reference to non-existent subpattern at offset 32 |
9313 |
|
|
9314 |
|
/(?+-a)/ |
9315 |
|
Failed: digit expected after (?+ at offset 3 |
9316 |
|
|
9317 |
|
/(?-+a)/ |
9318 |
|
Failed: unrecognized character after (? or (?- at offset 3 |
9319 |
|
|
9320 |
/ End of testinput2 / |
/ End of testinput2 / |