php-src/tests/strings/003.phpt

15 lines
225 B
Plaintext
Raw Normal View History

--TEST--
HTML entities
--POST--
--GET--
--FILE--
<?php
setlocale ("LC_CTYPE", "C");
echo htmlspecialchars ("<>\"&<26><>\n");
echo htmlentities ("<>\"&<26><>\n");
?>
--EXPECT--
&lt;&gt;&quot;&amp;<3B><>
&lt;&gt;&quot;&amp;&aring;&Auml;