summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/htmlentities09.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/htmlentities09.phpt')
-rw-r--r--ext/standard/tests/strings/htmlentities09.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/htmlentities09.phpt b/ext/standard/tests/strings/htmlentities09.phpt
index 655c6d7a26..11493b62a4 100644
--- a/ext/standard/tests/strings/htmlentities09.phpt
+++ b/ext/standard/tests/strings/htmlentities09.phpt
@@ -12,10 +12,8 @@ internal_encoding=Shift_JIS
print mb_internal_encoding()."\n";
var_dump(bin2hex(htmlentities("\x81\x41\x81\x42\x81\x43", ENT_QUOTES, '')));
?>
-===DONE===
--EXPECTF--
SJIS
Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars in %s line %d
string(12) "814181428143"
-===DONE===