Browse Source

Test request47456.phpt for PR 1303

After merging PR 1303 unmatched subpatterns are set to NULL
pull/2284/head
Mitch Hagstrand 10 years ago
committed by Joe Watkins
parent
commit
e55e93a1e3
No known key found for this signature in database GPG Key ID: F9BA0ADA31CBD89E
  1. 12
      ext/pcre/tests/request47456.phpt

12
ext/pcre/tests/request47456.phpt

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

Loading…
Cancel
Save