carlwgeorge / rpms / php

Forked from rpms/php 5 years ago
Clone
70b90e2
diff -up ./ext/pcre/tests/bug37911.phpt.pcre834 ./ext/pcre/tests/bug37911.phpt
70b90e2
--- ./ext/pcre/tests/bug37911.phpt.pcre834	2014-03-26 14:10:18.285452752 +0100
70b90e2
+++ ./ext/pcre/tests/bug37911.phpt	2014-03-26 14:10:40.028526763 +0100
70b90e2
@@ -37,5 +37,5 @@ array(3) {
70b90e2
   string(4) "blub"
70b90e2
 }
70b90e2
 
70b90e2
-Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at offset %d in %sbug37911.php on line %d
70b90e2
+Warning: preg_replace_callback(): Numeric named subpatterns are not allowed in %sbug37911.php on line %d
70b90e2
 NULL
70b90e2
diff -up ./ext/pcre/tests/grep2.phpt.pcre834 ./ext/pcre/tests/grep2.phpt
70b90e2
--- ./ext/pcre/tests/grep2.phpt.pcre834	2014-03-26 14:08:26.583072531 +0100
70b90e2
+++ ./ext/pcre/tests/grep2.phpt	2014-03-26 14:09:09.345218089 +0100
70b90e2
@@ -40,12 +40,6 @@ array(1) {
70b90e2
   string(1) "1"
70b90e2
 }
70b90e2
 bool(true)
70b90e2
-array(3) {
70b90e2
-  [5]=>
70b90e2
-  string(1) "a"
70b90e2
-  ["xyz"]=>
70b90e2
-  string(2) "q6"
70b90e2
-  [6]=>
70b90e2
-  string(3) "h20"
70b90e2
+array(0) {
70b90e2
 }
70b90e2
-bool(false)
70b90e2
+bool(true)
70b90e2
diff -up ./ext/pcre/tests/match_flags3.phpt.pcre834 ./ext/pcre/tests/match_flags3.phpt
70b90e2
--- ./ext/pcre/tests/match_flags3.phpt.pcre834	2014-03-26 14:06:48.792739665 +0100
70b90e2
+++ ./ext/pcre/tests/match_flags3.phpt	2014-03-26 14:07:31.820886128 +0100
70b90e2
@@ -42,5 +42,5 @@ array(1) {
70b90e2
   }
70b90e2
 }
70b90e2
 
70b90e2
-Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %smatch_flags3.php on line %d
70b90e2
+Warning: preg_match(): Numeric named subpatterns are not allowed in %smatch_flags3.php on line %d
70b90e2
 bool(false)
70b90e2
diff -up ./ext/standard/tests/strings/setlocale_variation2.phpt.pcre834 ./ext/standard/tests/strings/setlocale_variation2.phpt