diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-02-22 18:35:22 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-02-22 18:35:22 +0000 |
| commit | f1caba9325805868fa729744eeb480f6d340ca22 (patch) | |
| tree | 5b309a6948da75421562f5e06af34b67941a0e7b /tests/strings | |
| parent | 6bbecd4c07bbc67a02f6996415e12e1fafdeb7a7 (diff) | |
| download | php-git-f1caba9325805868fa729744eeb480f6d340ca22.tar.gz | |
removed LC_* warnin
Diffstat (limited to 'tests/strings')
| -rw-r--r-- | tests/strings/003.phpt | 2 |
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"); ?> |
