]> granicus.if.org Git - php/commitdiff
removed LC_* warnin
authorHartmut Holzgraefe <hholzgra@php.net>
Thu, 22 Feb 2001 18:35:22 +0000 (18:35 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Thu, 22 Feb 2001 18:35:22 +0000 (18:35 +0000)
tests/strings/003.phpt

index 8c378df8ab4286b1775f23281d18190e1a39f43b..270f9d53297212d1d8ea8904edbf624ffec5e99f 100644 (file)
@@ -4,7 +4,7 @@ HTML entities
 --GET--
 --FILE--
 <?php 
-setlocale ("LC_CTYPE", "C");
+setlocale (LC_CTYPE, "C");
 echo htmlspecialchars ("<>\"&åÄ\n");
 echo htmlentities ("<>\"&åÄ\n");
 ?>