mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
MFB
This commit is contained in:
parent
d679e5d2aa
commit
92d5faca60
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Bug #20934 (htmlspecialchars returns latin1 from UTF-8)
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (!function_exists("utf8_encode") || !function_exists("utf8_decode")) {
|
if (!function_exists("utf8_encode") || !function_exists("utf8_decode")) {
|
||||||
die("Neither utf8_encode() nor utf8_decode() are available");
|
die("SKIP Neither utf8_encode() nor utf8_decode() are available");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue