1
0
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:
Mitch Hagstrand
2017-01-06 00:27:06 -08:00
committed by Joe Watkins
parent 699ab98f9d
commit e55e93a1e3

View File

@@ -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"
}