summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/htmlentities05.phpt
blob: 04dd756a3177ab7c69a12cd26c6475b8d1c2ffab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--TEST--
htmlentities() test 5 (mbstring / cp1252)
--INI--
output_handler=
internal_encoding=cp1252
--SKIPIF--
<?php
    extension_loaded("mbstring") or die("skip mbstring not available\n");
--FILE--
<?php
    print mb_internal_encoding()."\n";
    var_dump(htmlentities("\x82\x86\x99\x9f", ENT_QUOTES, ''));
    var_dump(htmlentities("\x80\xa2\xa3\xa4\xa5", ENT_QUOTES, ''));
?>
--EXPECT--
Windows-1252
string(28) "&sbquo;&dagger;&trade;&Yuml;"
string(32) "&euro;&cent;&pound;&curren;&yen;"