diff options
author | Mitch Hagstrand <mhagstrand@gmail.com> | 2017-01-06 13:58:50 -0800 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-01-07 02:04:03 +0100 |
commit | 45686180300956756f5d770bb99dda2f2e96a59f (patch) | |
tree | 02f76c93d553a2990db9feb67e4de9bab6b5456f | |
parent | 71e84e2c36ab4716a041f04063fb6c693d9990cb (diff) | |
download | php-git-45686180300956756f5d770bb99dda2f2e96a59f.tar.gz |
Revert "Test request47456.phpt for PR 1303" on PHP-7.0 and PHP-7.1
This reverts commit e55e93a1e335bec39b7edb28f0b8470fa974f4e3.
This change should only apply to master. Not PHP-7.0 or PHP-7.1
-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 df054743dd..2ba2627c8d 100644 --- a/ext/pcre/tests/request47456.phpt +++ b/ext/pcre/tests/request47456.phpt @@ -34,11 +34,11 @@ array(3) { ["chr"]=> string(1) "b" [1]=> - NULL + string(0) "" ["num"]=> - NULL + string(0) "" [2]=> - NULL + string(0) "" [3]=> string(1) "b" } @@ -77,11 +77,11 @@ array(3) { ["chr"]=> string(1) "b" [1]=> - NULL + string(0) "" ["num"]=> - NULL + string(0) "" [2]=> - NULL + string(0) "" [3]=> string(1) "b" } |