summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelvyn Sopacua <msopacua@php.net>2002-10-27 17:01:48 +0000
committerMelvyn Sopacua <msopacua@php.net>2002-10-27 17:01:48 +0000
commit4d8518e83fbe8d5666bc9782e35f4e0345446543 (patch)
tree88e6df9cde602990e790f32e0041dc74c2bc9548
parentd95b71973e63f4b5648d84b44533722e90c7c64e (diff)
downloadphp-git-4d8518e83fbe8d5666bc9782e35f4e0345446543.tar.gz
Add FreeBSD locale
-rw-r--r--ext/standard/tests/strings/htmlentities03.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/htmlentities03.phpt b/ext/standard/tests/strings/htmlentities03.phpt
index 378c50b441..5143f08d93 100644
--- a/ext/standard/tests/strings/htmlentities03.phpt
+++ b/ext/standard/tests/strings/htmlentities03.phpt
@@ -1,12 +1,12 @@
--TEST--
htmlentities() test 3 (setlocale / de_DE.ISO-8859-1)
--SKIPIF--
-<?php setlocale(LC_CTYPE, "de_DE.ISO-8859-1") or die("skip setlocale() failed\n"); ?>
+<?php setlocale(LC_CTYPE, "de_DE.ISO-8859-1", "de_DE.ISO8859-1") or die("skip setlocale() failed\n"); ?>
--INI--
mbstring.internal_encoding=pass
--FILE--
<?php
- setlocale( LC_CTYPE, "de_DE.ISO-8859-1" );
+ setlocale( LC_CTYPE, "de_DE.ISO-8859-1", "de_DE.ISO8859-1");
var_dump(htmlentities("\xe4\xf6\xfc", ENT_QUOTES, ''));
?>
--EXPECT--