summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/htmlentities25.phpt
blob: f2ac50df2cf8dd29a119e265fb879ec4130846b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--TEST--
htmlentities() should not be influenced by mb_internal_encoding()
--INI--
default_charset=
internal_encoding=
mbstring.internal_encoding=ISO-8859-1
--SKIPIF--
<?php
	extension_loaded("mbstring") or die("skip mbstring not available\n");
?>
--FILE--
<?php

var_dump(htmlentities('äöü'));

?>
--EXPECT--
PHP Deprecated:  PHP Startup: Use of mbstring.internal_encoding is deprecated in Unknown on line 0

Deprecated: PHP Startup: Use of mbstring.internal_encoding is deprecated in Unknown on line 0
string(18) "&auml;&ouml;&uuml;"