diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/php/strings4.php')
-rw-r--r-- | debian/perl-framework/t/htdocs/php/strings4.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/php/strings4.php b/debian/perl-framework/t/htdocs/php/strings4.php new file mode 100644 index 0000000..e928920 --- /dev/null +++ b/debian/perl-framework/t/htdocs/php/strings4.php @@ -0,0 +1,5 @@ +<?php +setlocale (LC_CTYPE, "C"); +echo htmlspecialchars ("<>\"&εΔ\n", ENT_COMPAT, "ISO-8859-1"); +echo htmlentities ("<>\"&εΔ\n", ENT_COMPAT, "ISO-8859-1"); +?> |