]> granicus.if.org Git - php/commitdiff
fix test for upcoming pcre2 10.33
authorRemi Collet <remi@php.net>
Tue, 19 Mar 2019 15:15:14 +0000 (16:15 +0100)
committerRemi Collet <remi@php.net>
Tue, 19 Mar 2019 15:15:14 +0000 (16:15 +0100)
"group name ..." => "subpattern name ..."

ext/pcre/tests/bug37911.phpt
ext/pcre/tests/match_flags3.phpt

index 2b7481a464de4b1ad5efa0a7fea470bef7b0d8c9..4f3cb3574d089a3d6260c8077ed64da7beb4bc5d 100644 (file)
@@ -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
index 695f0c1e81b57b494fa48074e54e429256be6afe..6511c715e11eb9f9e59df2bdb92f44cd5949c872 100644 (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)