From 2103e9f21f17826c613df3f4af4283947afc5574 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 18 Aug 2016 00:18:26 +0200 Subject: fix test The improvements to the base64 functionality allows now to loosen strictness. Strict mode still can be activated later, if there are any issues. --- ext/wddx/tests/bug72750.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/wddx/tests/bug72750.phpt b/ext/wddx/tests/bug72750.phpt index 3a6794df28..ae77ff75dc 100644 --- a/ext/wddx/tests/bug72750.phpt +++ b/ext/wddx/tests/bug72750.phpt @@ -30,5 +30,5 @@ var_dump($array); --EXPECT-- array(1) { ["aBinary"]=> - string(0) "" -} + string(9) "µ‰¥¹…ÉFF" +} \ No newline at end of file -- cgit v1.2.1