Skip to content

Commit

Permalink
Add FreeBSD locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Melvyn Sopacua committed Oct 27, 2002
1 parent d95b719 commit 4d8518e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/standard/tests/strings/htmlentities03.phpt
Original file line number Diff line number Diff line change
@@ -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--
Expand Down

0 comments on commit 4d8518e

Please sign in to comment.