From: Moriyoshi Koizumi Date: Sat, 9 Oct 2004 08:16:29 +0000 (+0000) Subject: - Fix test. I have no idea why the test was left this way. X-Git-Tag: PRE_NEW_VM_GEN_PATCH~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a86095fe07bb396b8940ce6b3840c0df303d5912;p=php - Fix test. I have no idea why the test was left this way. --- diff --git a/ext/mbstring/tests/htmlent.phpt b/ext/mbstring/tests/htmlent.phpt index e625578e04..e49714ddc2 100644 --- a/ext/mbstring/tests/htmlent.phpt +++ b/ext/mbstring/tests/htmlent.phpt @@ -28,11 +28,14 @@ mbstring.encoding_translation=1 ?> '.mb_internal_encoding().'>'.mb_http_output();?> - ===DONE=== --EXPECT-- HTML-ENTITIES>UTF-8>HTML-ENTITIES -test='&&;&@AB€‚äöü€⟨⟩' +Array +( + [test] => &@AB€‚äöü€⟨⟩ +) ===DONE===