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
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
1 changed files with
6 additions and
6 deletions
-
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" |
|
|
|
} |
|
|
|
|