From cb28a0ab2d2ae4894e20788332511636acee7858 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 May 2017 11:41:16 +0200 Subject: [PATCH] missing fix for test --- ext/pcre/tests/request47456.phpt | 12 ++++++------ 1 file 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" } -- 2.50.1