summaryrefslogtreecommitdiff
path: root/tests/strings
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-02-22 18:35:22 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-02-22 18:35:22 +0000
commitf1caba9325805868fa729744eeb480f6d340ca22 (patch)
tree5b309a6948da75421562f5e06af34b67941a0e7b /tests/strings
parent6bbecd4c07bbc67a02f6996415e12e1fafdeb7a7 (diff)
downloadphp-git-f1caba9325805868fa729744eeb480f6d340ca22.tar.gz
removed LC_* warnin
Diffstat (limited to 'tests/strings')
-rw-r--r--tests/strings/003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/strings/003.phpt b/tests/strings/003.phpt
index 8c378df8ab..270f9d5329 100644
--- a/tests/strings/003.phpt
+++ b/tests/strings/003.phpt
@@ -4,7 +4,7 @@ HTML entities
--GET--
--FILE--
<?php
-setlocale ("LC_CTYPE", "C");
+setlocale (LC_CTYPE, "C");
echo htmlspecialchars ("<>\"&εΔ\n");
echo htmlentities ("<>\"&εΔ\n");
?>