mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
pcre tests go with 8.34 upgrade
This commit is contained in:
parent
23cb7bd506
commit
ab32d36ec6
3 changed files with 10 additions and 4 deletions
|
@ -37,5 +37,5 @@ array(3) {
|
||||||
string(4) "blub"
|
string(4) "blub"
|
||||||
}
|
}
|
||||||
|
|
||||||
Warning: preg_replace_callback(): Numeric named subpatterns are not allowed in %sbug37911.php on line 14
|
Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at offset %d in %sbug37911.php on line %d
|
||||||
NULL
|
NULL
|
||||||
|
|
|
@ -40,6 +40,12 @@ array(1) {
|
||||||
string(1) "1"
|
string(1) "1"
|
||||||
}
|
}
|
||||||
bool(true)
|
bool(true)
|
||||||
array(0) {
|
array(3) {
|
||||||
|
[5]=>
|
||||||
|
string(1) "a"
|
||||||
|
["xyz"]=>
|
||||||
|
string(2) "q6"
|
||||||
|
[6]=>
|
||||||
|
string(3) "h20"
|
||||||
}
|
}
|
||||||
bool(true)
|
bool(false)
|
||||||
|
|
|
@ -42,5 +42,5 @@ array(1) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Warning: preg_match(): Numeric named subpatterns are not allowed in %smatch_flags3.php on line 14
|
Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %smatch_flags3.php on line %d
|
||||||
bool(false)
|
bool(false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue