diff options
author | Mitch Hagstrand <mhagstrand@gmail.com> | 2017-01-06 00:27:06 -0800 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-06 16:22:11 +0000 |
commit | e55e93a1e335bec39b7edb28f0b8470fa974f4e3 (patch) | |
tree | e3fde39f059873c8953e0cc25f58a27447b56072 | |
parent | 699ab98f9db9a57f3d352b9dc3b1558a6ef55930 (diff) | |
download | php-git-e55e93a1e335bec39b7edb28f0b8470fa974f4e3.tar.gz |
Test request47456.phpt for PR 1303
After merging PR 1303 unmatched subpatterns are set to NULL
-rw-r--r-- | ext/pcre/tests/request47456.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/pcre/tests/request47456.phpt b/ext/pcre/tests/request47456.phpt index 2ba2627c8d..df054743dd 100644 --- a/ext/pcre/tests/request47456.phpt +++ b/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" } |