fix test for upcoming pcre2 10.33

"group name ..." => "subpattern name ..."
This commit is contained in:
Remi Collet 2019-03-19 16:15:14 +01:00
parent 661bce47ae
commit c421d9afec
2 changed files with 2 additions and 2 deletions

View file

@ -37,5 +37,5 @@ array(3) {
string(4) "blub" string(4) "blub"
} }
Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at offset %d in %sbug37911.php on line %d Warning: preg_replace_callback(): Compilation failed: %s name must start with a non-digit at offset %d in %sbug37911.php on line %d
NULL NULL

View file

@ -41,5 +41,5 @@ array(1) {
} }
} }
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %smatch_flags3.php on line %d Warning: preg_match(): Compilation failed: %s name must start with a non-digit at offset %d in %smatch_flags3.php on line %d
bool(false) bool(false)