mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
Test request47456.phpt for PR 1303
After merging PR 1303 unmatched subpatterns are set to NULL
This commit is contained in:
committed by
Joe Watkins
parent
699ab98f9d
commit
e55e93a1e3
@@ -34,11 +34,11 @@ array(3) {
|
||||
["chr"]=>
|
||||
string(1) "b"
|
||||
[1]=>
|
||||
string(0) ""
|
||||
NULL
|
||||
["num"]=>
|
||||
string(0) ""
|
||||
NULL
|
||||
[2]=>
|
||||
string(0) ""
|
||||
NULL
|
||||
[3]=>
|
||||
string(1) "b"
|
||||
}
|
||||
@@ -77,11 +77,11 @@ array(3) {
|
||||
["chr"]=>
|
||||
string(1) "b"
|
||||
[1]=>
|
||||
string(0) ""
|
||||
NULL
|
||||
["num"]=>
|
||||
string(0) ""
|
||||
NULL
|
||||
[2]=>
|
||||
string(0) ""
|
||||
NULL
|
||||
[3]=>
|
||||
string(1) "b"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user