File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ array(3) {
37
37
string(4) "blub"
38
38
}
39
39
40
- Warning: preg_replace_callback(): Numeric named subpatterns are not allowed in %sbug37911.php on line 14
40
+ Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at offset %d in %sbug37911.php on line %d
41
41
NULL
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ array(1) {
40
40
string(1) "1"
41
41
}
42
42
bool(true)
43
- array(0) {
43
+ array(3) {
44
+ [5]=>
45
+ string(1) "a"
46
+ ["xyz"]=>
47
+ string(2) "q6"
48
+ [6]=>
49
+ string(3) "h20"
44
50
}
45
- bool(true )
51
+ bool(false )
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ array(1) {
42
42
}
43
43
}
44
44
45
- Warning: preg_match(): Numeric named subpatterns are not allowed in %smatch_flags3.php on line 14
45
+ Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %smatch_flags3.php on line %d
46
46
bool(false)
You can’t perform that action at this time.
0 commit comments