summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-18 00:18:26 +0200
committerAnatol Belski <ab@php.net>2016-08-18 00:18:26 +0200
commit2103e9f21f17826c613df3f4af4283947afc5574 (patch)
treeffb49c0a25df33c80f37858bbd86500ac0248ce6
parentfc1b69888e5a53905053d21289eba4d9f273b772 (diff)
downloadphp-git-2103e9f21f17826c613df3f4af4283947afc5574.tar.gz
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.
-rw-r--r--ext/wddx/tests/bug72750.phpt4
1 files 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