Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
Unmatched subpatterns are reported as NULL as of commit ee6aaee, so we
adjust the test accordingly.
  • Loading branch information
cmb69 committed Jan 6, 2017
1 parent c832ab4 commit cba3312
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ext/pcre/tests/request47456.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit cba3312

Please sign in to comment.