summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/htmlentities11.phpt
blob: 62b6aec7c8e36f73186418184a2d8dd8e18b0393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
htmlentities() test 11 (default_charset / ISO-8859-15)
--INI--
output_handler=
mbstring.internal_encoding=pass
default_charset=ISO-8859-15
--FILE--
<?php
	print ini_get('default_charset')."\n";
	var_dump(htmlentities("\xbc\xbd\xbe", ENT_QUOTES, ''));
?>
--EXPECT--
ISO-8859-15
string(20) "&OElig;&oelig;&Yuml;"