mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
fix test for upcoming pcre2 10.33
"group name ..." => "subpattern name ..."
This commit is contained in:
parent
661bce47ae
commit
c421d9afec
2 changed files with 2 additions and 2 deletions
|
@ -37,5 +37,5 @@ array(3) {
|
|||
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue