diff options
author | Joe Watkins <krakjoe@php.net> | 2017-01-06 16:22:58 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-06 16:22:58 +0000 |
commit | c50f61b9b06d65ed2391e7751a2adbdf8db91754 (patch) | |
tree | e157fe100b0ee8d5ff3ebabc4d46ef118c02b1c2 /ext/pcre | |
parent | 46c800948e75140cfcda1fe1defc9bef4c211f82 (diff) | |
parent | e55e93a1e335bec39b7edb28f0b8470fa974f4e3 (diff) | |
download | php-git-c50f61b9b06d65ed2391e7751a2adbdf8db91754.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Test request47456.phpt for PR 1303
Diffstat (limited to 'ext/pcre')
-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" } |