summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/htmlentities03.phpt
blob: 5143f08d937eaad4ce689146df4b7d3c1156f897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
htmlentities() test 3 (setlocale / de_DE.ISO-8859-1)
--SKIPIF--
<?php setlocale(LC_CTYPE, "de_DE.ISO-8859-1", "de_DE.ISO8859-1") or die("skip setlocale() failed\n"); ?>
--INI--
mbstring.internal_encoding=pass
--FILE--
<?php
	setlocale( LC_CTYPE, "de_DE.ISO-8859-1", "de_DE.ISO8859-1");
	var_dump(htmlentities("\xe4\xf6\xfc", ENT_QUOTES, ''));
?>
--EXPECT--
string(18) "&auml;&ouml;&uuml;"