summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/strings4.php
blob: e9289205cb01f3d50be13b0bb2a6bb6f271e47d6 (plain)
1
2
3
4
5
<?php 
setlocale (LC_CTYPE, "C");
echo htmlspecialchars ("<>\"&��\n", ENT_COMPAT, "ISO-8859-1");
echo htmlentities ("<>\"&��\n", ENT_COMPAT, "ISO-8859-1");
?>