mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +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--
|
||||
<?php
|
||||
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--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue